Searched refs:DWARFDebugInfo (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugInfo.cpp | 32 DWARFDebugInfo::DWARFDebugInfo(SymbolFileDWARF &dwarf, in DWARFDebugInfo() function in DWARFDebugInfo 36 const DWARFDebugAranges &DWARFDebugInfo::GetCompileUnitAranges() { in GetCompileUnitAranges() 70 void DWARFDebugInfo::ParseUnitsFor(DIERef::Section section) { in ParseUnitsFor() 97 void DWARFDebugInfo::ParseUnitHeadersIfNeeded() { in ParseUnitHeadersIfNeeded() 105 size_t DWARFDebugInfo::GetNumUnits() { in GetNumUnits() 110 DWARFUnit *DWARFDebugInfo::GetUnitAtIndex(size_t idx) { in GetUnitAtIndex() 117 uint32_t DWARFDebugInfo::FindUnitIndex(DIERef::Section section, in FindUnitIndex() 149 DWARFUnit *DWARFDebugInfo::GetUnit(const DIERef &die_ref) { in GetUnit() 163 DWARFTypeUnit *DWARFDebugInfo::GetTypeUnitForHash(uint64_t hash) { in GetTypeUnitForHash() 171 bool DWARFDebugInfo::ContainsTypeUnits() { in ContainsTypeUnits() [all …]
|
| H A D | DWARFDebugInfo.h | 26 class DWARFDebugInfo { 34 explicit DWARFDebugInfo(SymbolFileDWARF &dwarf, 80 DWARFDebugInfo(const DWARFDebugInfo &) = delete; 81 const DWARFDebugInfo &operator=(const DWARFDebugInfo &) = delete;
|
| H A D | CMakeLists.txt | 24 DWARFDebugInfo.cpp
|
| H A D | SymbolFileDWARFDwo.cpp | 58 DWARFDebugInfo &debug_info = DebugInfo(); in FindSingleCompileUnit()
|
| H A D | SymbolFileDWARF.h | 47 class DWARFDebugInfo; variable 227 DWARFDebugInfo &DebugInfo(); 530 std::unique_ptr<DWARFDebugInfo> m_info;
|
| H A D | DebugNamesDWARFIndex.h | 69 DWARFDebugInfo &m_debug_info;
|
| H A D | ManualDWARFIndex.h | 16 class DWARFDebugInfo; variable
|
| H A D | ManualDWARFIndex.cpp | 43 DWARFDebugInfo &main_info = m_dwarf->DebugInfo(); in Index() 45 DWARFDebugInfo *dwp_info = dwp_dwarf ? &dwp_dwarf->DebugInfo() : nullptr; in Index() 160 DWARFDebugInfo &dwo_info = dwo_symbol_file->DebugInfo(); in IndexUnit()
|
| H A D | SymbolFileDWARF.cpp | 371 DWARFDebugInfo &info = DebugInfo(); in GetTypes() 636 DWARFDebugInfo &SymbolFileDWARF::DebugInfo() { in DebugInfo() 640 m_info = std::make_unique<DWARFDebugInfo>(*this, m_context); in DebugInfo() 783 DWARFDebugInfo &info = DebugInfo(); in BuildCuTranslationTable() 1775 DWARFDebugInfo &debug_info = DebugInfo(); in UpdateExternalModuleListIfNeeded() 1963 DWARFDebugInfo &debug_info = DebugInfo(); in ResolveSymbolContext() 2396 DWARFDebugInfo &info = DebugInfo(); in GetMangledNamesForFunction() 2690 DWARFDebugInfo &debug_info = DebugInfo(); in Supports_DW_AT_APPLE_objc_complete_type()
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/ |
| H A D | DWARFDebugInfoTest.cpp | 1070 TEST(DWARFDebugInfo, TestStringOffsets) { 1138 TEST(DWARFDebugInfo, TestEmptyStringOffsets) { 1169 TEST(DWARFDebugInfo, DISABLED_TestRelations) { argument 1171 TEST(DWARFDebugInfo, TestRelations) { 1350 TEST(DWARFDebugInfo, TestDWARFDie) { argument 1362 TEST(DWARFDebugInfo, TestChildIterators) { 1438 TEST(DWARFDebugInfo, TestEmptyChildren) { argument 1541 TEST(DWARFDebugInfo, TestFindRecurse) { 1632 TEST(DWARFDebugInfo, TestDwarfToFunctions) { argument 1759 TEST(DWARFDebugInfo, TestFindAttrs) { [all …]
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | BUILD.gn | 57 "DWARFDebugInfo.cpp",
|