Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp268 auto *SectionBegin = Asm->createTempSymbol("namespac_begin"); in emitAppleNamespaces() local
269 Asm->OutStreamer->emitLabel(SectionBegin); in emitAppleNamespaces()
270 emitAppleAccelTable(Asm.get(), Table, "namespac", SectionBegin); in emitAppleNamespaces()
276 auto *SectionBegin = Asm->createTempSymbol("names_begin"); in emitAppleNames() local
277 Asm->OutStreamer->emitLabel(SectionBegin); in emitAppleNames()
278 emitAppleAccelTable(Asm.get(), Table, "names", SectionBegin); in emitAppleNames()
284 auto *SectionBegin = Asm->createTempSymbol("objc_begin"); in emitAppleObjc() local
285 Asm->OutStreamer->emitLabel(SectionBegin); in emitAppleObjc()
286 emitAppleAccelTable(Asm.get(), Table, "objc", SectionBegin); in emitAppleObjc()
292 auto *SectionBegin = Asm->createTempSymbol("types_begin"); in emitAppleTypes() local
[all …]