Searched refs:func_ranges (Results 1 – 1 of 1) sorted by relevance
2204 DWARFRangeList func_ranges; in ParseFunctionFromDWARF() local2220 if (die.GetDIENamesAndRanges(name, mangled, func_ranges, decl_file, decl_line, in ParseFunctionFromDWARF()2227 lldb::addr_t lowest_func_addr = func_ranges.GetMinRangeBase(0); in ParseFunctionFromDWARF()2228 lldb::addr_t highest_func_addr = func_ranges.GetMaxRangeEnd(0); in ParseFunctionFromDWARF()