Home
last modified time | relevance | path

Searched refs:DWARFDebugAranges (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAranges.cpp21 DWARFDebugAranges::DWARFDebugAranges() : m_aranges() {} in DWARFDebugAranges() function in DWARFDebugAranges
36 void DWARFDebugAranges::extract(const DWARFDataExtractor &debug_aranges_data) { in extract()
72 void DWARFDebugAranges::Dump(Log *log) const { in Dump()
85 void DWARFDebugAranges::AppendRange(dw_offset_t offset, dw_addr_t low_pc, in AppendRange()
91 void DWARFDebugAranges::Sort(bool minimize) { in Sort()
100 dw_offset_t DWARFDebugAranges::FindAddress(dw_addr_t address) const { in FindAddress()
H A DDWARFDebugAranges.h18 class DWARFDebugAranges {
26 DWARFDebugAranges();
H A DDWARFDebugInfo.h58 const DWARFDebugAranges &GetCompileUnitAranges();
69 std::unique_ptr<DWARFDebugAranges>
H A DDWARFCompileUnit.cpp32 DWARFDebugAranges *debug_aranges) { in BuildAddressRangeTable()
101 const DWARFDebugAranges &func_aranges = GetFunctionAranges(); in LookupAddress()
H A DDWARFUnit.h174 virtual void BuildAddressRangeTable(DWARFDebugAranges *debug_aranges) = 0;
180 const DWARFDebugAranges &GetFunctionAranges();
355 std::unique_ptr<DWARFDebugAranges> m_func_aranges_up;
H A DDWARFDebugInfo.cpp36 const DWARFDebugAranges &DWARFDebugInfo::GetCompileUnitAranges() { in GetCompileUnitAranges()
40 m_cu_aranges_up = std::make_unique<DWARFDebugAranges>(); in GetCompileUnitAranges()
H A DDWARFTypeUnit.h23 void BuildAddressRangeTable(DWARFDebugAranges *debug_aranges) override {} in BuildAddressRangeTable()
H A DDWARFCompileUnit.h23 void BuildAddressRangeTable(DWARFDebugAranges *debug_aranges) override;
H A DSymbolFileDWARFDebugMap.h30 class DWARFDebugAranges; variable
382 DWARFDebugAranges *debug_aranges);
H A DDWARFDebugInfoEntry.h50 DWARFDebugAranges *debug_aranges) const;
H A DDWARFUnit.cpp885 const DWARFDebugAranges &DWARFUnit::GetFunctionAranges() { in GetFunctionAranges()
887 m_func_aranges_up = std::make_unique<DWARFDebugAranges>(); in GetFunctionAranges()
H A DSymbolFileDWARF.h53 class DWARFDebugAranges; variable
H A DDWARFDebugInfoEntry.cpp596 DWARFUnit *cu, DWARFDebugAranges *debug_aranges) const { in BuildFunctionAddressRangeTable()
H A DSymbolFileDWARFDebugMap.cpp1499 DWARFDebugAranges *debug_aranges) { in AddOSOARanges()
H A DSymbolFileDWARF.cpp2160 const DWARFDebugAranges &aranges = debug_info.GetCompileUnitAranges(); in ResolveSymbolContext()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAranges.cpp23 void DWARFDebugAranges::extract( in extract()
47 void DWARFDebugAranges::generate(DWARFContext *CTX) { in generate()
76 void DWARFDebugAranges::clear() { in clear()
82 void DWARFDebugAranges::appendRange(uint64_t CUOffset, uint64_t LowPC, in appendRange()
90 void DWARFDebugAranges::construct() { in construct()
124 uint64_t DWARFDebugAranges::findAddress(uint64_t Address) const { in findAddress()
H A DDWARFContext.cpp259 std::unique_ptr<DWARFDebugAranges> Aranges;
388 const DWARFDebugAranges *getDebugAranges() override { in getDebugAranges()
392 Aranges = std::make_unique<DWARFDebugAranges>(); in getDebugAranges()
672 const DWARFDebugAranges *getDebugAranges() override { in getDebugAranges()
1438 const DWARFDebugAranges *DWARFContext::getDebugAranges() { in getDebugAranges()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h36 class DWARFDebugAranges; variable
80 virtual const DWARFDebugAranges *getDebugAranges() = 0;
304 const DWARFDebugAranges *getDebugAranges();
H A DDWARFDebugAranges.h23 class DWARFDebugAranges {
/freebsd/lib/clang/liblldb/
H A DMakefile553 SRCS+= Plugins/SymbolFile/DWARF/DWARFDebugAranges.cpp
/freebsd/lib/clang/libllvm/
H A DMakefile560 SRCS_MIW+= DebugInfo/DWARF/DWARFDebugAranges.cpp