Searched refs:GetMinRangeBase (Results 1 – 4 of 4) sorted by relevance
385 dw_addr_t lowest_range_pc = ranges.GetMinRangeBase(0); in GetDIENamesAndRanges()
1169 subprogram_low_pc = ranges.GetMinRangeBase(0); in ParseBlocksRecursive()1180 subprogram_low_pc = ranges.GetMinRangeBase(0); in ParseBlocksRecursive()2998 func_lo_pc = ranges.GetMinRangeBase(0); in ParseVariablesForContext()
2227 lldb::addr_t lowest_func_addr = func_ranges.GetMinRangeBase(0); in ParseFunctionFromDWARF()
218 BaseType GetMinRangeBase(BaseType fail_value) const { in GetMinRangeBase() function