Searched refs:AppendRange (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFCompileUnit.cpp | 50 debug_aranges->AppendRange(cu_offset, range.LowPC, range.HighPC); in BuildAddressRangeTable() 92 debug_aranges->AppendRange(GetOffset(), range.GetRangeBase(), in BuildAddressRangeTable()
|
| H A D | DWARFDebugAranges.h | 33 void AppendRange(dw_offset_t cu_offset, dw_addr_t low_pc, dw_addr_t high_pc);
|
| H A D | DWARFDebugAranges.cpp | 64 void DWARFDebugAranges::AppendRange(dw_offset_t offset, dw_addr_t low_pc, in AppendRange() function in DWARFDebugAranges
|
| H A D | DWARFDebugInfoEntry.cpp | 625 debug_aranges->AppendRange(GetOffset(), r.LowPC, r.HighPC); in BuildFunctionAddressRangeTable()
|
| H A D | SymbolFileDWARFDebugMap.cpp | 1526 debug_aranges->AppendRange(*dwarf2Data->GetFileIndex(), in AddOSOARanges()
|