Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugAranges.h45 AppendRange (dw_offset_t cu_offset,
DDWARFDebugAranges.cpp129 DWARFDebugAranges::AppendRange (dw_offset_t offset, dw_addr_t low_pc, dw_addr_t high_pc) in AppendRange() function in DWARFDebugAranges
DDWARFDebugInfoEntry.cpp1822 debug_aranges->AppendRange (cu->GetOffset(), lo_pc, hi_pc); in BuildAddressRangeTable()
1861 debug_aranges->AppendRange (GetOffset(), lo_pc, hi_pc); in BuildFunctionAddressRangeTable()
DDWARFCompileUnit.cpp420 … debug_aranges->AppendRange(GetOffset(), range.GetRangeBase(), range.GetRangeEnd()); in BuildAddressRangeTable()
DSymbolFileDWARFDebugMap.cpp1578 … debug_aranges->AppendRange(dwarf2Data->GetID(), entry->GetRangeBase(), entry->GetRangeEnd()); in AddOSOARanges()