Searched refs:TheSection (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86AsmPrinter.cpp | 493 const MCSection *TheSection = in EmitEndOfAsmFile() local 499 OutStreamer.SwitchSection(TheSection); in EmitEndOfAsmFile() 519 const MCSection *TheSection = in EmitEndOfAsmFile() local 523 OutStreamer.SwitchSection(TheSection); in EmitEndOfAsmFile()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 427 MCSection *TheSection = in EmitGlobalVariable() local 433 TheSection->isVirtualSection()) { in EmitGlobalVariable() 439 OutStreamer->EmitZerofill(TheSection, GVSym, Size, Align); in EmitGlobalVariable() 446 getObjFileLowering().getBSSSection() == TheSection) { in EmitGlobalVariable() 489 TheSection = getObjFileLowering().getTLSBSSSection(); in EmitGlobalVariable() 490 OutStreamer->EmitTBSSSymbol(TheSection, MangSym, Size, 1 << AlignLog); in EmitGlobalVariable() 492 OutStreamer->SwitchSection(TheSection); in EmitGlobalVariable() 527 OutStreamer->SwitchSection(TheSection); in EmitGlobalVariable()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 307 const MCSection *TheSection = in EmitGlobalVariable() local 310 OutStreamer.EmitZerofill(TheSection, GVSym, Size, Align); in EmitGlobalVariable() 331 const MCSection *TheSection = in EmitGlobalVariable() local 342 OutStreamer.EmitZerofill(TheSection, GVSym, Size, 1 << AlignLog); in EmitGlobalVariable() 362 OutStreamer.EmitTBSSSymbol(TheSection, MangSym, Size, 1 << AlignLog); in EmitGlobalVariable() 364 OutStreamer.SwitchSection(TheSection); in EmitGlobalVariable() 397 OutStreamer.SwitchSection(TheSection); in EmitGlobalVariable()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 510 MCSection *TheSection = getObjFileLowering().SectionForGlobal(GV, GVKind, TM); in EmitGlobalVariable() local 515 TheSection->isVirtualSection()) { in EmitGlobalVariable() 521 OutStreamer->EmitZerofill(TheSection, GVSym, Size, Align); in EmitGlobalVariable() 528 getObjFileLowering().getBSSSection() == TheSection) { in EmitGlobalVariable() 571 TheSection = getObjFileLowering().getTLSBSSSection(); in EmitGlobalVariable() 572 OutStreamer->EmitTBSSSymbol(TheSection, MangSym, Size, 1 << AlignLog); in EmitGlobalVariable() 574 OutStreamer->SwitchSection(TheSection); in EmitGlobalVariable() 609 OutStreamer->SwitchSection(TheSection); in EmitGlobalVariable()
|
/external/llvm/lib/Target/X86/ |
D | X86AsmPrinter.cpp | 592 MCSection *TheSection = OutContext.getMachOSection( in EmitEndOfAsmFile() local 595 OutStreamer->SwitchSection(TheSection); in EmitEndOfAsmFile()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 799 const MCSection *TheSection = SectionForGlobal(GV, GVKind, Mang, TM); in getNameWithPrefix() local 801 !canUsePrivateLabel(*TM.getMCAsmInfo(), *TheSection); in getNameWithPrefix()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 997 const MCSection *TheSection = SectionForGlobal(GO, GOKind, TM); in getNameWithPrefix() local 999 !canUsePrivateLabel(*TM.getMCAsmInfo(), *TheSection); in getNameWithPrefix()
|