Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfStreamer.cpp230 auto *SectionBegin = Asm->createTempSymbol("namespac_begin"); in emitAppleNamespaces() local
231 Asm->OutStreamer->EmitLabel(SectionBegin); in emitAppleNamespaces()
232 emitAppleAccelTable(Asm.get(), Table, "namespac", SectionBegin); in emitAppleNamespaces()
238 auto *SectionBegin = Asm->createTempSymbol("names_begin"); in emitAppleNames() local
239 Asm->OutStreamer->EmitLabel(SectionBegin); in emitAppleNames()
240 emitAppleAccelTable(Asm.get(), Table, "names", SectionBegin); in emitAppleNames()
246 auto *SectionBegin = Asm->createTempSymbol("objc_begin"); in emitAppleObjc() local
247 Asm->OutStreamer->EmitLabel(SectionBegin); in emitAppleObjc()
248 emitAppleAccelTable(Asm.get(), Table, "objc", SectionBegin); in emitAppleObjc()
254 auto *SectionBegin = Asm->createTempSymbol("types_begin"); in emitAppleTypes() local
[all …]