Searched refs:DebugNames (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DebugNamesDWARFIndex.cpp | 39 for (const DebugNames::NameIndex &ni : debug_names) { in GetUnits() 75 const DebugNames::Entry &entry, in ProcessEntry() 101 for (const DebugNames::Entry &entry : in GetGlobalVariables() 116 for (const DebugNames::NameIndex &ni: *m_debug_names_up) { in GetGlobalVariables() 117 for (DebugNames::NameTableEntry nte: ni) { in GetGlobalVariables() 154 for (DebugNames::NameTableEntry nte : ni) { in GetGlobalVariables() 183 for (const DebugNames::Entry &entry : in GetCompleteObjCClass() 223 for (const DebugNames::Entry &entry : in GetTypes() 250 for (const DebugNames::Entry &entry : in GetNamespaces() 269 for (const DebugNames::Entry &entry : in GetFunctions() [all …]
|
| H A D | DebugNamesDWARFIndex.h | 78 using DebugNames = llvm::DWARFDebugNames; variable 79 std::unique_ptr<DebugNames> m_debug_names_up; 82 std::optional<DIERef> ToDIERef(const DebugNames::Entry &entry) const; 83 bool ProcessEntry(const DebugNames::Entry &entry, 87 const DebugNames::NameIndex &ni, 90 static llvm::DenseSet<dw_offset_t> GetUnits(const DebugNames &debug_names);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinkerBase.cpp | 53 .Case(getSectionName(DebugSectionKind::DebugNames), in parseDebugTableName() 54 DebugSectionKind::DebugNames) in parseDebugTableName()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
| H A D | DWARFLinkerBase.h | 45 DebugNames, enumerator 96 DebugNames ///< .debug_names. enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerImpl.cpp | 1137 AccelTableKind::DebugNames)) in emitCommonSectionsAndWriteCompileUnitsToTheOutput() 1138 CommonSections.getOrCreateSectionDescriptor(DebugSectionKind::DebugNames); in emitCommonSectionsAndWriteCompileUnitsToTheOutput() 1152 AccelTableKind::DebugNames)) { in emitCommonSectionsAndWriteCompileUnitsToTheOutput() 1343 std::unique_ptr<DWARF5AccelTable> DebugNames; in emitDWARFv5DebugNamesSection() local 1353 if (DebugNames.get() == nullptr) in emitDWARFv5DebugNamesSection() 1354 DebugNames = std::make_unique<DWARF5AccelTable>(); in emitDWARFv5DebugNamesSection() 1361 DebugNames->addName(*DebugStrStrings.getExistingEntry(Info.String), in emitDWARFv5DebugNamesSection() 1379 if (DebugNames.get() != nullptr) { in emitDWARFv5DebugNamesSection() 1384 CommonSections.getSectionDescriptor(DebugSectionKind::DebugNames); in emitDWARFv5DebugNamesSection() 1393 Emitter.emitDebugNames(*DebugNames, CompUnits, CUidToIdx); in emitDWARFv5DebugNamesSection()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | Wasm.h | 152 ArrayRef<wasm::WasmDebugName> debugNames() const { return DebugNames; } in debugNames() 289 std::vector<wasm::WasmDebugName> DebugNames; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-dwarfutil/ |
| H A D | DebugInfoLinker.cpp | 256 .Case(".debug_names", AccelTableKind::DebugNames) in getAcceleratorTableKind() 412 AccelTables.push_back(Linker::AccelTableKind::DebugNames); in linkDebugInfoImpl()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFLinker.cpp | 2242 case AccelTableKind::DebugNames: { in emitAcceleratorEntriesForUnit() 2244 DebugNames.addName( in emitAcceleratorEntriesForUnit() 2249 DebugNames.addName( in emitAcceleratorEntriesForUnit() 2254 DebugNames.addName( in emitAcceleratorEntriesForUnit() 2895 case AccelTableKind::DebugNames: in link() 2896 TheDwarfEmitter->emitDebugNames(DebugNames); in link()
|
| H A D | DWARFStreamer.cpp | 275 case DebugSectionKind::DebugNames: in getMCSection()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
| H A D | DWARFLinker.h | 768 DWARF5AccelTable DebugNames; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 510 DebugNames.push_back(wasm::WasmDebugName{nameType, Index, Name}); in parseNameSection()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 1215 HANDLE_DWARF_SECTION(DebugNames, ".debug_names", "debug-names", BoolOption)
|