Searched refs:DWARFDebugInfo (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFDebugInfo.cpp | 33 DWARFDebugInfo::DWARFDebugInfo(SymbolFileDWARF &dwarf, in DWARFDebugInfo() function in DWARFDebugInfo 37 llvm::Expected<DWARFDebugAranges &> DWARFDebugInfo::GetCompileUnitAranges() { in GetCompileUnitAranges() 71 void DWARFDebugInfo::ParseUnitsFor(DIERef::Section section) { in ParseUnitsFor() 104 void DWARFDebugInfo::ParseUnitHeadersIfNeeded() { in ParseUnitHeadersIfNeeded() 112 size_t DWARFDebugInfo::GetNumUnits() { in GetNumUnits() 117 DWARFUnit *DWARFDebugInfo::GetUnitAtIndex(size_t idx) { in GetUnitAtIndex() 124 uint32_t DWARFDebugInfo::FindUnitIndex(DIERef::Section section, in FindUnitIndex() 142 DWARFUnit *DWARFDebugInfo::GetUnitAtOffset(DIERef::Section section, in GetUnitAtOffset() 156 DWARFUnit *DWARFDebugInfo::GetUnit(const DIERef &die_ref) { in GetUnit() 161 DWARFDebugInfo::GetUnitContainingDIEOffset(DIERef::Section section, in GetUnitContainingDIEOffset() [all …]
|
D | DWARFDebugInfo.h | 26 class DWARFDebugInfo { 34 explicit DWARFDebugInfo(SymbolFileDWARF &dwarf, 82 DWARFDebugInfo(const DWARFDebugInfo &) = delete; 83 const DWARFDebugInfo &operator=(const DWARFDebugInfo &) = delete;
|
D | ManualDWARFIndex.cpp | 34 DWARFDebugInfo &main_info = main_dwarf.DebugInfo(); in Index() 36 DWARFDebugInfo *dwp_info = dwp_dwarf ? &dwp_dwarf->DebugInfo() : nullptr; in Index() 135 DWARFDebugInfo &dwo_info = dwo_symbol_file->DebugInfo(); in IndexUnit()
|
D | CMakeLists.txt | 23 DWARFDebugInfo.cpp
|
D | ManualDWARFIndex.h | 16 class DWARFDebugInfo; variable
|
D | SymbolFileDWARF.h | 45 class DWARFDebugInfo; variable 228 DWARFDebugInfo &DebugInfo(); 494 std::unique_ptr<DWARFDebugInfo> m_info;
|
D | SymbolFileDWARFDwo.cpp | 59 DWARFDebugInfo &debug_info = DebugInfo(); in FindSingleCompileUnit()
|
D | DebugNamesDWARFIndex.h | 69 DWARFDebugInfo &m_debug_info;
|
D | SymbolFileDWARF.cpp | 388 DWARFDebugInfo &info = DebugInfo(); in GetTypes() 624 DWARFDebugInfo &SymbolFileDWARF::DebugInfo() { in DebugInfo() 629 m_info = std::make_unique<DWARFDebugInfo>(*this, m_context); in DebugInfo() 722 DWARFDebugInfo &info = DebugInfo(); in BuildCuTranslationTable() 1669 DWARFDebugInfo &debug_info = DebugInfo(); in UpdateExternalModuleListIfNeeded() 1856 DWARFDebugInfo &debug_info = DebugInfo(); in ResolveSymbolContext() 2358 DWARFDebugInfo &info = DebugInfo(); in GetMangledNamesForFunction() 2652 DWARFDebugInfo &debug_info = DebugInfo(); in Supports_DW_AT_APPLE_objc_complete_type()
|
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFDebugInfoTest.cpp | 385 TEST(DWARFDebugInfo, TestDWARF32Version2Addr4AllForms) { in TEST() argument 394 TEST(DWARFDebugInfo, TestDWARF32Version2Addr8AllForms) { in TEST() argument 403 TEST(DWARFDebugInfo, TestDWARF32Version3Addr4AllForms) { in TEST() argument 412 TEST(DWARFDebugInfo, TestDWARF32Version3Addr8AllForms) { in TEST() argument 421 TEST(DWARFDebugInfo, TestDWARF32Version4Addr4AllForms) { in TEST() argument 430 TEST(DWARFDebugInfo, TestDWARF32Version4Addr8AllForms) { in TEST() argument 439 TEST(DWARFDebugInfo, TestDWARF32Version5Addr4AllForms) { in TEST() argument 448 TEST(DWARFDebugInfo, TestDWARF32Version5Addr8AllForms) { in TEST() argument 545 TEST(DWARFDebugInfo, TestDWARF32Version2Addr4Children) { in TEST() argument 552 TEST(DWARFDebugInfo, TestDWARF32Version2Addr8Children) { in TEST() argument [all …]
|