Lines Matching refs:SectionBegin
186 auto *SectionBegin = Asm->createTempSymbol("namespac_begin"); in emitAppleNamespaces() local
187 Asm->OutStreamer->emitLabel(SectionBegin); in emitAppleNamespaces()
188 emitAppleAccelTable(Asm.get(), Table, "namespac", 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()
212 emitAppleAccelTable(Asm.get(), Table, "types", SectionBegin); in emitAppleTypes()