Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp427 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/llvm/lib/Target/X86/
DX86AsmPrinter.cpp592 MCSection *TheSection = OutContext.getMachOSection( in EmitEndOfAsmFile() local
595 OutStreamer->SwitchSection(TheSection); in EmitEndOfAsmFile()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp531 MCSection *TheSection = getObjFileLowering().SectionForGlobal(GV, GVKind, TM); in EmitGlobalVariable() local
536 TheSection->isVirtualSection()) { in EmitGlobalVariable()
541 OutStreamer->EmitZerofill(TheSection, GVSym, Size, Alignment.value()); in EmitGlobalVariable()
548 getObjFileLowering().getBSSSection() == TheSection) { in EmitGlobalVariable()
590 TheSection = getObjFileLowering().getTLSBSSSection(); in EmitGlobalVariable()
591 OutStreamer->EmitTBSSSymbol(TheSection, MangSym, Size, Alignment.value()); in EmitGlobalVariable()
593 OutStreamer->SwitchSection(TheSection); in EmitGlobalVariable()
628 OutStreamer->SwitchSection(TheSection); in EmitGlobalVariable()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp560 MCSection *TheSection = getObjFileLowering().SectionForGlobal(GV, GVKind, TM); in emitGlobalVariable() local
565 TheSection->isVirtualSection()) { in emitGlobalVariable()
570 OutStreamer->emitZerofill(TheSection, GVSym, Size, Alignment.value()); in emitGlobalVariable()
577 getObjFileLowering().getBSSSection() == TheSection) { in emitGlobalVariable()
619 TheSection = getObjFileLowering().getTLSBSSSection(); in emitGlobalVariable()
620 OutStreamer->emitTBSSSymbol(TheSection, MangSym, Size, Alignment.value()); in emitGlobalVariable()
622 OutStreamer->SwitchSection(TheSection); in emitGlobalVariable()
657 OutStreamer->SwitchSection(TheSection); in emitGlobalVariable()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp799 const MCSection *TheSection = SectionForGlobal(GV, GVKind, Mang, TM); in getNameWithPrefix() local
801 !canUsePrivateLabel(*TM.getMCAsmInfo(), *TheSection); in getNameWithPrefix()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1209 const MCSection *TheSection = SectionForGlobal(GO, GOKind, TM); in getNameWithPrefix() local
1211 !canUsePrivateLabel(*TM.getMCAsmInfo(), *TheSection); in getNameWithPrefix()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1414 const MCSection *TheSection = SectionForGlobal(GO, GOKind, TM); in getNameWithPrefix() local
1416 !canUsePrivateLabel(*TM.getMCAsmInfo(), *TheSection); in getNameWithPrefix()