Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()