Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAranges.cpp20 DWARFDebugAranges::DWARFDebugAranges() : m_aranges() {} in DWARFDebugAranges() function in DWARFDebugAranges
35 void DWARFDebugAranges::extract(const DWARFDataExtractor &debug_aranges_data) { in extract()
71 void DWARFDebugAranges::Dump(Log *log) const { in Dump()
84 void DWARFDebugAranges::AppendRange(dw_offset_t offset, dw_addr_t low_pc, in AppendRange()
90 void DWARFDebugAranges::Sort(bool minimize) { in Sort()
99 dw_offset_t DWARFDebugAranges::FindAddress(dw_addr_t address) const { in FindAddress()
H A DDWARFDebugAranges.h16 class DWARFDebugAranges {
25 DWARFDebugAranges();
H A DDWARFDebugInfo.h55 const DWARFDebugAranges &GetCompileUnitAranges();
66 std::unique_ptr<DWARFDebugAranges>
H A DDWARFCompileUnit.cpp31 DWARFDebugAranges *debug_aranges) { in BuildAddressRangeTable()
104 const DWARFDebugAranges &func_aranges = GetFunctionAranges(); in LookupAddress()
H A DDWARFDebugInfo.cpp36 const DWARFDebugAranges &DWARFDebugInfo::GetCompileUnitAranges() { in GetCompileUnitAranges()
40 m_cu_aranges_up = std::make_unique<DWARFDebugAranges>(); in GetCompileUnitAranges()
H A DDWARFUnit.h168 virtual void BuildAddressRangeTable(DWARFDebugAranges *debug_aranges) = 0;
174 const DWARFDebugAranges &GetFunctionAranges();
341 std::unique_ptr<DWARFDebugAranges> m_func_aranges_up;
H A DDWARFTypeUnit.h17 void BuildAddressRangeTable(DWARFDebugAranges *debug_aranges) override {} in BuildAddressRangeTable()
H A DDWARFCompileUnit.h17 void BuildAddressRangeTable(DWARFDebugAranges *debug_aranges) override;
H A DCMakeLists.txt22 DWARFDebugAranges.cpp
H A DSymbolFileDWARFDebugMap.h24 class DWARFDebugAranges; variable
395 DWARFDebugAranges *debug_aranges);
H A DDWARFDebugInfoEntry.h46 DWARFDebugAranges *debug_aranges) const;
H A DDWARFUnit.cpp857 const DWARFDebugAranges &DWARFUnit::GetFunctionAranges() { in GetFunctionAranges()
859 m_func_aranges_up = std::make_unique<DWARFDebugAranges>(); in GetFunctionAranges()
H A DSymbolFileDWARF.h47 class DWARFDebugAranges; variable
H A DDWARFDebugInfoEntry.cpp712 DWARFUnit *cu, DWARFDebugAranges *debug_aranges) const { in BuildFunctionAddressRangeTable()
H A DSymbolFileDWARFDebugMap.cpp1461 DWARFDebugAranges *debug_aranges) { in AddOSOARanges()
H A DSymbolFileDWARF.cpp2009 const DWARFDebugAranges &aranges = debug_info.GetCompileUnitAranges(); in ResolveSymbolContext()
/openbsd-src/gnu/llvm/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 DCMakeLists.txt11 DWARFDebugAranges.cpp
H A DDWARFContext.cpp920 const DWARFDebugAranges *DWARFContext::getDebugAranges() { in getDebugAranges()
924 Aranges.reset(new DWARFDebugAranges()); in getDebugAranges()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h34 class DWARFDebugAranges; variable
54 std::unique_ptr<DWARFDebugAranges> Aranges;
291 const DWARFDebugAranges *getDebugAranges();
H A DDWARFDebugAranges.h23 class DWARFDebugAranges {
/openbsd-src/gnu/usr.bin/clang/libLLVMDebugInfoDWARF/
H A DMakefile18 DWARFDebugAranges.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/DebugInfo/DWARF/
H A DBUILD.gn20 "DWARFDebugAranges.cpp",
/openbsd-src/gnu/usr.bin/clang/liblldbPluginSymbolFile/
H A DMakefile25 DWARFDebugAranges.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolFile/DWARF/
H A DBUILD.gn56 "DWARFDebugAranges.cpp",

12