Searched refs:GetMinRangeBase (Results 1 – 3 of 3) sorted by relevance
275 dw_addr_t lowest_range_pc = ranges.GetMinRangeBase(0); in GetDIENamesAndRanges()
921 lldb::addr_t lowest_func_addr = ranges.GetMinRangeBase(0); in ParseFunction()1369 subprogram_low_pc = ranges.GetMinRangeBase(0); in ParseBlocksRecursive()1380 subprogram_low_pc = ranges.GetMinRangeBase(0); in ParseBlocksRecursive()3330 func_lo_pc = ranges.GetMinRangeBase(0); in ParseVariablesForContext()
261 BaseType GetMinRangeBase(BaseType fail_value) const { in GetMinRangeBase() function