Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFTypeUnit.h23 void BuildAddressRangeTable(DWARFDebugAranges *debug_aranges) override {} in BuildAddressRangeTable() function
H A DDWARFCompileUnit.h23 void BuildAddressRangeTable(DWARFDebugAranges *debug_aranges) override;
H A DDWARFCompileUnit.cpp31 void DWARFCompileUnit::BuildAddressRangeTable( in BuildAddressRangeTable()
30 void DWARFCompileUnit::BuildAddressRangeTable( BuildAddressRangeTable() function in DWARFCompileUnit
H A DDWARFDebugInfo.cpp70 cu->BuildAddressRangeTable(m_cu_aranges_up.get()); in GetCompileUnitAranges()
H A DDWARFUnit.h132 virtual void BuildAddressRangeTable(DWARFDebugAranges *debug_aranges) = 0;