Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFEmitterImpl.cpp186 auto *SectionBegin = Asm->createTempSymbol("namespac_begin"); in emitAppleNamespaces() local
187 Asm->OutStreamer->emitLabel(SectionBegin); in emitAppleNamespaces()
194 auto *SectionBegin = Asm->createTempSymbol("names_begin"); in emitAppleNames() local
195 Asm->OutStreamer->emitLabel(SectionBegin); in emitAppleNames()
196 emitAppleAccelTable(Asm.get(), Table, "names", SectionBegin); in emitAppleNames()
202 auto *SectionBegin = Asm->createTempSymbol("objc_begin"); in emitAppleObjc() local
203 Asm->OutStreamer->emitLabel(SectionBegin); in emitAppleObjc()
204 emitAppleAccelTable(Asm.get(), Table, "objc", SectionBegin); in emitAppleObjc()
210 auto *SectionBegin = Asm->createTempSymbol("types_begin"); in emitAppleTypes() local
211 Asm->OutStreamer->emitLabel(SectionBegin); in emitAppleTypes()
[all …]
/freebsd-14.2/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()
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
409 Asm->OutStreamer->emitLabel(SectionBegin); in emitAppleTypes()
[all …]