Searched refs:TheSection (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| HD | AsmPrinter.cpp | 531 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()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | TargetLoweringObjectFileImpl.cpp | 1209 const MCSection *TheSection = SectionForGlobal(GO, GOKind, TM); in getNameWithPrefix() local 1211 !canUsePrivateLabel(*TM.getMCAsmInfo(), *TheSection); in getNameWithPrefix()
|