Searched refs:SectionBegin (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFEmitterImpl.cpp | 188 auto *SectionBegin = Asm->createTempSymbol("namespac_begin"); in emitAppleNamespaces() local 189 Asm->OutStreamer->emitLabel(SectionBegin); in emitAppleNamespaces() 190 emitAppleAccelTable(Asm.get(), Table, "namespac", SectionBegin); in emitAppleNamespaces() 196 auto *SectionBegin = Asm->createTempSymbol("names_begin"); in emitAppleNames() local 197 Asm->OutStreamer->emitLabel(SectionBegin); in emitAppleNames() 198 emitAppleAccelTable(Asm.get(), Table, "names", SectionBegin); in emitAppleNames() 204 auto *SectionBegin = Asm->createTempSymbol("objc_begin"); in emitAppleObjc() local 205 Asm->OutStreamer->emitLabel(SectionBegin); in emitAppleObjc() 206 emitAppleAccelTable(Asm.get(), Table, "objc", SectionBegin); in emitAppleObjc() 212 auto *SectionBegin = Asm->createTempSymbol("types_begin"); in emitAppleTypes() local [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFStreamer.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFStreamer.cpp | 384 auto *SectionBegin = Asm->createTempSymbol("namespac_begin"); in emitAppleNamespaces() local 385 Asm->OutStreamer->emitLabel(SectionBegin); in emitAppleNamespaces() 386 emitAppleAccelTable(Asm.get(), Table, "namespac", SectionBegin); in emitAppleNamespaces() 392 auto *SectionBegin = Asm->createTempSymbol("names_begin"); in emitAppleNames() local 393 Asm->OutStreamer->emitLabel(SectionBegin); in emitAppleNames() 394 emitAppleAccelTable(Asm.get(), Table, "names", SectionBegin); in emitAppleNames() 400 auto *SectionBegin = Asm->createTempSymbol("objc_begin"); in emitAppleObjc() local 401 Asm->OutStreamer->emitLabel(SectionBegin); in emitAppleObjc() 402 emitAppleAccelTable(Asm.get(), Table, "objc", SectionBegin); in emitAppleObjc() 408 auto *SectionBegin = Asm->createTempSymbol("types_begin"); in emitAppleTypes() local [all …]
|