Lines Matching refs:SectionBegin
269 auto *SectionBegin = Asm->createTempSymbol("namespac_begin"); in emitAppleNamespaces() local
270 Asm->OutStreamer->emitLabel(SectionBegin); in emitAppleNamespaces()
271 emitAppleAccelTable(Asm.get(), Table, "namespac", SectionBegin); in emitAppleNamespaces()
277 auto *SectionBegin = Asm->createTempSymbol("names_begin"); in emitAppleNames() local
278 Asm->OutStreamer->emitLabel(SectionBegin); in emitAppleNames()
279 emitAppleAccelTable(Asm.get(), Table, "names", SectionBegin); in emitAppleNames()
285 auto *SectionBegin = Asm->createTempSymbol("objc_begin"); in emitAppleObjc() local
286 Asm->OutStreamer->emitLabel(SectionBegin); in emitAppleObjc()
287 emitAppleAccelTable(Asm.get(), Table, "objc", SectionBegin); in emitAppleObjc()
293 auto *SectionBegin = Asm->createTempSymbol("types_begin"); in emitAppleTypes() local
294 Asm->OutStreamer->emitLabel(SectionBegin); in emitAppleTypes()
295 emitAppleAccelTable(Asm.get(), Table, "types", SectionBegin); in emitAppleTypes()