Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFEmitterImpl.h91 void emitAppleTypes(AccelTable<AppleAccelTableStaticTypeData> &Table);
H A DDWARFEmitterImpl.cpp208 void DwarfEmitterImpl::emitAppleTypes( in emitAppleTypes() function in DwarfEmitterImpl
H A DDWARFLinkerImpl.cpp1332 Emitter.emitAppleTypes(AppleTypes); in emitAppleAcceleratorSections()
/src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h189 emitAppleTypes(AccelTable<AppleAccelTableStaticTypeData> &Table) override;
H A DDWARFLinker.h81 emitAppleTypes(AccelTable<AppleAccelTableStaticTypeData> &Table) = 0;
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp405 void DwarfStreamer::emitAppleTypes( in emitAppleTypes() function in DwarfStreamer
H A DDWARFLinker.cpp2908 TheDwarfEmitter->emitAppleTypes(AppleTypes); in link()