Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerBase.h45 DebugNames, enumerator
95 DebugNames ///< .debug_names. enumerator
H A DDWARFLinker.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinkerParallel/
H A DDWARFLinker.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.h83 using DebugNames = llvm::DWARFDebugNames; variable
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp149 IO &IO, DWARFYAML::DebugNamesSection &DebugNames) { in mapping()
H A DDWARFEmitter.cpp850 const DebugNamesSection DebugNames = DI.DebugNames.value(); in emitDebugNames() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h295 std::vector<wasm::WasmDebugName> DebugNames; variable
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp1341 std::unique_ptr<DWARF5AccelTable> DebugNames; in emitDWARFv5DebugNamesSection() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h253 std::optional<DebugNamesSection> DebugNames; member