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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp538 MCSection *TheSection = getObjFileLowering().SectionForGlobal(GV, GVKind, TM); local
543 TheSection->isVirtualSection()) {
548 OutStreamer->emitZerofill(TheSection, GVSym, Size, Alignment.value());
555 getObjFileLowering().getBSSSection() == TheSection) {
597 TheSection = getObjFileLowering().getTLSBSSSection();
598 OutStreamer->emitTBSSSymbol(TheSection, MangSym, Size, Alignment.value());
600 OutStreamer->SwitchSection(TheSection);
635 OutStreamer->SwitchSection(TheSection);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1356 const MCSection *TheSection = SectionForGlobal(GO, GOKind, TM); local
1358 !canUsePrivateLabel(*TM.getMCAsmInfo(), *TheSection);

Completed in 58 milliseconds