Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFEmitter.h45 Error emitDebugNames(raw_ostream &OS, const Data &DI);
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFEmitterImpl.h77 void emitDebugNames(DWARF5AccelTable &Table,
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()
/src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h173 void emitDebugNames(DWARF5AccelTable &Table) override;
H A DDWARFLinker.h65 virtual void emitDebugNames(DWARF5AccelTable &Table) = 0;
/src/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()
/src/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()