Home
last modified time | relevance | path

Searched refs:func_ranges (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2566 DWARFRangeList func_ranges; in ParseFunctionFromDWARF() local
2582 if (die.GetDIENamesAndRanges(name, mangled, func_ranges, decl_file, decl_line, in ParseFunctionFromDWARF()
2589 lldb::addr_t lowest_func_addr = func_ranges.GetMinRangeBase(0); in ParseFunctionFromDWARF()
2590 lldb::addr_t highest_func_addr = func_ranges.GetMaxRangeEnd(0); in ParseFunctionFromDWARF()