Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFTypeUnit.h17 void BuildAddressRangeTable(DWARFDebugAranges *debug_aranges) override {} in BuildAddressRangeTable() function
H A DDWARFCompileUnit.h17 void BuildAddressRangeTable(DWARFDebugAranges *debug_aranges) override;
H A DDWARFCompileUnit.cpp30 void DWARFCompileUnit::BuildAddressRangeTable( in BuildAddressRangeTable() function in DWARFCompileUnit
H A DDWARFDebugInfo.cpp69 cu->BuildAddressRangeTable(m_cu_aranges_up.get()); in GetCompileUnitAranges()
H A DDWARFUnit.h168 virtual void BuildAddressRangeTable(DWARFDebugAranges *debug_aranges) = 0;