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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp242 auto *SectionBegin = Asm->createTempSymbol("namespac_begin"); local
243 Asm->OutStreamer->emitLabel(SectionBegin);
244 emitAppleAccelTable(Asm.get(), Table, "namespac", SectionBegin);
250 auto *SectionBegin = Asm->createTempSymbol("names_begin"); local
251 Asm->OutStreamer->emitLabel(SectionBegin);
252 emitAppleAccelTable(Asm.get(), Table, "names", SectionBegin);
258 auto *SectionBegin = Asm->createTempSymbol("objc_begin"); local
259 Asm->OutStreamer->emitLabel(SectionBegin);
260 emitAppleAccelTable(Asm.get(), Table, "objc", SectionBegin);
266 auto *SectionBegin local
[all...]

Completed in 47 milliseconds