Searched refs:GetMinRangeBase (Results 1 – 4 of 4) sorted by relevance
381 dw_addr_t lowest_range_pc = ranges.GetMinRangeBase(0); in GetDIENamesAndRanges()
1159 subprogram_low_pc = ranges.GetMinRangeBase(0); in ParseBlocksRecursive()1170 subprogram_low_pc = ranges.GetMinRangeBase(0); in ParseBlocksRecursive()
2254 lldb::addr_t lowest_func_addr = func_ranges.GetMinRangeBase(0); in ParseFunctionFromDWARF()
218 BaseType GetMinRangeBase(BaseType fail_value) const { in GetMinRangeBase() function