Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86AsmPrinter.cpp590 const MCSection *TheSection = in EmitEndOfAsmFile() local
596 OutStreamer.SwitchSection(TheSection); in EmitEndOfAsmFile()
616 const MCSection *TheSection = in EmitEndOfAsmFile() local
620 OutStreamer.SwitchSection(TheSection); in EmitEndOfAsmFile()
631 const MCSection *TheSection = in EmitEndOfAsmFile() local
635 OutStreamer.SwitchSection(TheSection); in EmitEndOfAsmFile()
/external/llvm/lib/Target/
DTargetMachine.cpp187 const MCSection *TheSection = TLOF.SectionForGlobal(GV, GVKind, Mang, *this); in getNameWithPrefix() local
188 bool CannotUsePrivateLabel = TLOF.isSectionAtomizableBySymbols(*TheSection); in getNameWithPrefix()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp394 const MCSection *TheSection = in EmitGlobalVariable() local
397 OutStreamer.EmitZerofill(TheSection, GVSym, Size, Align); in EmitGlobalVariable()
423 const MCSection *TheSection = in EmitGlobalVariable() local
434 OutStreamer.EmitZerofill(TheSection, GVSym, Size, 1 << AlignLog); in EmitGlobalVariable()
454 TheSection = getObjFileLowering().getTLSBSSSection(); in EmitGlobalVariable()
455 OutStreamer.EmitTBSSSymbol(TheSection, MangSym, Size, 1 << AlignLog); in EmitGlobalVariable()
457 OutStreamer.SwitchSection(TheSection); in EmitGlobalVariable()
490 OutStreamer.SwitchSection(TheSection); in EmitGlobalVariable()