Home
last modified time | relevance | path

Searched refs:emitDebugNames (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFEmitter.h45 Error emitDebugNames(raw_ostream &OS, const Data &DI);
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFEmitterImpl.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFEmitterImpl.cpp162 void DwarfEmitterImpl::emitDebugNames(DWARF5AccelTable &Table, in emitDebugNames() function in DwarfEmitterImpl
H A DDWARFLinkerImpl.cpp1392 Emitter.emitDebugNames(*DebugNames, CompUnits, CUidToIdx); in emitDWARFv5DebugNamesSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h
H A DDWARFLinker.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h173 void emitDebugNames(DWARF5AccelTable &Table) override;
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp848 Error DWARFYAML::emitDebugNames(raw_ostream &OS, const Data &DI) { in emitDebugNames() function in DWARFYAML
1215 .Case("debug_names", DWARFYAML::emitDebugNames) in getDWARFEmitterByName()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp350 void DwarfStreamer::emitDebugNames(DWARF5AccelTable &Table) { in emitDebugNames() function in DwarfStreamer
H A DDWARFLinker.cpp2916 TheDwarfEmitter->emitDebugNames(DebugNames); in link()