Lines Matching defs:SectionBegin
187 auto *SectionBegin = Asm->createTempSymbol("namespac_begin");
188 Asm->OutStreamer->emitLabel(SectionBegin);
189 emitAppleAccelTable(Asm.get(), Table, "namespac", SectionBegin);
195 auto *SectionBegin = Asm->createTempSymbol("names_begin");
196 Asm->OutStreamer->emitLabel(SectionBegin);
197 emitAppleAccelTable(Asm.get(), Table, "names", SectionBegin);
203 auto *SectionBegin = Asm->createTempSymbol("objc_begin");
204 Asm->OutStreamer->emitLabel(SectionBegin);
205 emitAppleAccelTable(Asm.get(), Table, "objc", SectionBegin);
211 auto *SectionBegin = Asm->createTempSymbol("types_begin");
212 Asm->OutStreamer->emitLabel(SectionBegin);
213 emitAppleAccelTable(Asm.get(), Table, "types", SectionBegin);