Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFEmitterImpl.h77 void emitDebugNames(DWARF5AccelTable &Table,
H A DDWARFEmitterImpl.cpp161 void DwarfEmitterImpl::emitDebugNames(DWARF5AccelTable &Table, in emitDebugNames() function in DwarfEmitterImpl
H A DDWARFLinkerImpl.cpp1393 Emitter.emitDebugNames(*DebugNames, CompUnits, CUidToIdx); in emitDWARFv5DebugNamesSection()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h176 void emitDebugNames(DWARF5AccelTable &Table) override;
H A DDWARFLinker.h65 virtual void emitDebugNames(DWARF5AccelTable &Table) = 0;
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp350 void DwarfStreamer::emitDebugNames(DWARF5AccelTable &Table) { in emitDebugNames() function in DwarfStreamer
H A DDWARFLinker.cpp2896 TheDwarfEmitter->emitDebugNames(DebugNames); in link()