Home
last modified time | relevance | path

Searched refs:SectionBegin (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFEmitterImpl.cpp187 auto *SectionBegin = Asm->createTempSymbol("namespac_begin"); in emitAppleNamespaces() local
188 Asm->OutStreamer->emitLabel(SectionBegin); in emitAppleNamespaces()
189 emitAppleAccelTable(Asm.get(), Table, "namespac", SectionBegin); in emitAppleNamespaces()
195 auto *SectionBegin = Asm->createTempSymbol("names_begin"); in emitAppleNames() local
196 Asm->OutStreamer->emitLabel(SectionBegin); in emitAppleNames()
197 emitAppleAccelTable(Asm.get(), Table, "names", SectionBegin); in emitAppleNames()
203 auto *SectionBegin = Asm->createTempSymbol("objc_begin"); in emitAppleObjc() local
204 Asm->OutStreamer->emitLabel(SectionBegin); in emitAppleObjc()
205 emitAppleAccelTable(Asm.get(), Table, "objc", SectionBegin); in emitAppleObjc()
211 auto *SectionBegin = Asm->createTempSymbol("types_begin"); in emitAppleTypes() local
[all …]
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp384 auto *SectionBegin = Asm->createTempSymbol("namespac_begin"); in emitAppleNamespaces() local
385 Asm->OutStreamer->emitLabel(SectionBegin); in emitAppleNamespaces()
386 emitAppleAccelTable(Asm.get(), Table, "namespac", SectionBegin); in emitAppleNamespaces()
392 auto *SectionBegin = Asm->createTempSymbol("names_begin"); in emitAppleNames() local
393 Asm->OutStreamer->emitLabel(SectionBegin); in emitAppleNames()
394 emitAppleAccelTable(Asm.get(), Table, "names", SectionBegin); in emitAppleNames()
400 auto *SectionBegin = Asm->createTempSymbol("objc_begin"); in emitAppleObjc() local
401 Asm->OutStreamer->emitLabel(SectionBegin); in emitAppleObjc()
402 emitAppleAccelTable(Asm.get(), Table, "objc", SectionBegin); in emitAppleObjc()
408 auto *SectionBegin = Asm->createTempSymbol("types_begin"); in emitAppleTypes() local
[all …]