Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFCompileUnit.cpp222 DWARFCompileUnit::buildAddressRangeTable(DWARFDebugAranges *debug_aranges, in buildAddressRangeTable() function in DWARFCompileUnit
232 DieArray[0].buildAddressRangeTable(this, debug_aranges); in buildAddressRangeTable()
DDWARFCompileUnit.h105 void buildAddressRangeTable(DWARFDebugAranges *debug_aranges,
DDWARFDebugInfoEntry.h129 void buildAddressRangeTable(const DWARFCompileUnit *cu,
DDWARFDebugInfoEntry.cpp424 DWARFDebugInfoEntryMinimal::buildAddressRangeTable(const DWARFCompileUnit *cu, in buildAddressRangeTable() function in DWARFDebugInfoEntryMinimal
440 child->buildAddressRangeTable(cu, debug_aranges); in buildAddressRangeTable()
DDWARFDebugAranges.cpp93 cu->buildAddressRangeTable(this, true); in generate()