Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFEmitterImpl.h82 void emitAppleNames(AccelTable<AppleAccelTableStaticOffsetData> &Table);
H A DDWARFEmitterImpl.cpp192 void DwarfEmitterImpl::emitAppleNames( in emitAppleNames() function in DwarfEmitterImpl
H A DDWARFLinkerImpl.cpp1290 Emitter.emitAppleNames(AppleNames); in emitAppleAcceleratorSections()
/src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h181 emitAppleNames(AccelTable<AppleAccelTableStaticOffsetData> &Table) override;
H A DDWARFLinker.h73 emitAppleNames(AccelTable<AppleAccelTableStaticOffsetData> &Table) = 0;
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp389 void DwarfStreamer::emitAppleNames( in emitAppleNames() function in DwarfStreamer
H A DDWARFLinker.cpp2907 TheDwarfEmitter->emitAppleNames(AppleNames); in link()