Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/X86/
HDX86AsmPrinter.cpp597 MCSection *TheSection = OutContext.getMachOSection( in EmitEndOfAsmFile() local
602 OutStreamer->SwitchSection(TheSection); in EmitEndOfAsmFile()
622 MCSection *TheSection = OutContext.getMachOSection( in EmitEndOfAsmFile() local
625 OutStreamer->SwitchSection(TheSection); in EmitEndOfAsmFile()
636 MCSection *TheSection = OutContext.getMachOSection( in EmitEndOfAsmFile() local
639 OutStreamer->SwitchSection(TheSection); in EmitEndOfAsmFile()
/NextBSD/contrib/llvm/lib/Target/
HDTargetMachine.cpp182 const MCSection *TheSection = TLOF->SectionForGlobal(GV, GVKind, Mang, *this); in getNameWithPrefix() local
183 bool CannotUsePrivateLabel = !canUsePrivateLabel(*AsmInfo, *TheSection); in getNameWithPrefix()
/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinter.cpp408 MCSection *TheSection = in EmitGlobalVariable() local
411 OutStreamer->EmitZerofill(TheSection, GVSym, Size, Align); in EmitGlobalVariable()
437 MCSection *TheSection = in EmitGlobalVariable() local
448 OutStreamer->EmitZerofill(TheSection, GVSym, Size, 1 << AlignLog); in EmitGlobalVariable()
468 TheSection = getObjFileLowering().getTLSBSSSection(); in EmitGlobalVariable()
469 OutStreamer->EmitTBSSSymbol(TheSection, MangSym, Size, 1 << AlignLog); in EmitGlobalVariable()
471 OutStreamer->SwitchSection(TheSection); in EmitGlobalVariable()
503 OutStreamer->SwitchSection(TheSection); in EmitGlobalVariable()