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

/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp598 MCSection *TheSection = OutContext.getMachOSection( local
603 OutStreamer->SwitchSection(TheSection);
623 MCSection *TheSection = OutContext.getMachOSection( local
626 OutStreamer->SwitchSection(TheSection);
637 MCSection *TheSection = OutContext.getMachOSection( local
640 OutStreamer->SwitchSection(TheSection);
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp479 MCSection *TheSection = local
482 OutStreamer->EmitZerofill(TheSection, GVSym, Size, Align);
516 MCSection *TheSection = IsEmuTLSVar ? local
528 OutStreamer->EmitZerofill(TheSection, GVSym, Size, 1 << AlignLog);
548 TheSection = getObjFileLowering().getTLSBSSSection();
549 OutStreamer->EmitTBSSSymbol(TheSection, MangSym, Size, 1 << AlignLog);
551 OutStreamer->SwitchSection(TheSection);
584 OutStreamer->SwitchSection(TheSection);
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp777 const MCSection *TheSection = SectionForGlobal(GV, GVKind, Mang, TM); local
779 !canUsePrivateLabel(*TM.getMCAsmInfo(), *TheSection);

Completed in 111 milliseconds