Home
last modified time | relevance | path

Searched defs:DebugNames (Results 1 – 9 of 9) sorted by relevance

/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerBase.h45 DebugNames, enumerator
95 DebugNames ///< .debug_names. enumerator
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.h83 using DebugNames = llvm::DWARFDebugNames; global() variable
[all...]
/llvm-project/llvm/unittests/DebugInfo/DWARF/
H A DDWARFAcceleratorTableTest.cpp91 const DWARFDebugNames &DebugNames = Ctx->getDebugNames(); in TEST() local
180 const DWARFDebugNames &DebugNames = Ctx->getDebugNames(); in TEST() local
/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp149 IO &IO, DWARFYAML::DebugNamesSection &DebugNames) { in mapping() argument
H A DDWARFEmitter.cpp850 const DebugNamesSection DebugNames = DI.DebugNames.value(); emitDebugNames() local
[all...]
/llvm-project/llvm/include/llvm/Object/
H A DWasm.h295 std::vector<wasm::WasmDebugName> DebugNames; variable
/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h768 DWARF5AccelTable DebugNames; variable
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp1341 std::unique_ptr<DWARF5AccelTable> DebugNames; in emitDWARFv5DebugNamesSection() local
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h253 std::optional<DebugNamesSection> DebugNames; global() member