Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerBase.h46 DebugNames, enumerator
96 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.h89 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.cpp876 const DebugNamesSection DebugNames = DI.DebugNames.value(); in emitDebugNames() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h296 std::vector<wasm::WasmDebugName> DebugNames; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h775 DWARF5AccelTable DebugNames; variable
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp1339 std::unique_ptr<DWARF5AccelTable> DebugNames; in emitDWARFv5DebugNamesSection() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h257 std::optional<DebugNamesSection> DebugNames; member