Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86AsmPrinter.cpp493 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/
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/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp307 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/llvm/lib/Target/X86/
DX86AsmPrinter.cpp592 MCSection *TheSection = OutContext.getMachOSection( in EmitEndOfAsmFile() local
595 OutStreamer->SwitchSection(TheSection); in EmitEndOfAsmFile()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp799 const MCSection *TheSection = SectionForGlobal(GV, GVKind, Mang, TM); in getNameWithPrefix() local
801 !canUsePrivateLabel(*TM.getMCAsmInfo(), *TheSection); in getNameWithPrefix()