Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFStreamer.cpp242 auto *SectionBegin = Asm->createTempSymbol("namespac_begin"); in emitAppleNamespaces() local
243 Asm->OutStreamer->emitLabel(SectionBegin); in emitAppleNamespaces()
244 emitAppleAccelTable(Asm.get(), Table, "namespac", SectionBegin); in emitAppleNamespaces()
250 auto *SectionBegin = Asm->createTempSymbol("names_begin"); in emitAppleNames() local
251 Asm->OutStreamer->emitLabel(SectionBegin); in emitAppleNames()
252 emitAppleAccelTable(Asm.get(), Table, "names", SectionBegin); in emitAppleNames()
258 auto *SectionBegin = Asm->createTempSymbol("objc_begin"); in emitAppleObjc() local
259 Asm->OutStreamer->emitLabel(SectionBegin); in emitAppleObjc()
260 emitAppleAccelTable(Asm.get(), Table, "objc", SectionBegin); in emitAppleObjc()
266 auto *SectionBegin = Asm->createTempSymbol("types_begin"); in emitAppleTypes() local
[all …]