• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/

Lines Matching defs:getObjFileLowering

210 const TargetLoweringObjectFile &AsmPrinter::getObjFileLowering() const {
211 return *TM.getObjFileLowering();
256 const_cast<TargetLoweringObjectFile&>(getObjFileLowering())
259 const_cast<TargetLoweringObjectFile &>(getObjFileLowering())
434 TM.getNameWithPrefix(Name, GV, getObjFileLowering().getMangler());
531 getObjFileLowering().getCommDirectiveSupportsAlignment();
538 MCSection *TheSection = getObjFileLowering().SectionForGlobal(GV, GVKind, TM);
555 getObjFileLowering().getBSSSection() == TheSection) {
575 getObjFileLowering().getCommDirectiveSupportsAlignment();
597 TheSection = getObjFileLowering().getTLSBSSSection();
612 MCSection *TLVSect = getObjFileLowering().getTLSExtraDataSection();
679 MF->setSection(getObjFileLowering().SectionForGlobal(&F, TM));
1031 getObjFileLowering().getStackSizesSection(*getCurrentSection());
1357 if (!getObjFileLowering().supportIndirectSymViaGOTPCRel())
1374 if (!getObjFileLowering().supportIndirectSymViaGOTPCRel())
1494 const TargetLoweringObjectFile &TLOF = getObjFileLowering();
1640 MCSection *ReadOnlySection = getObjFileLowering().getSectionForConstant(
1673 const auto &TLOF = getObjFileLowering();
1782 CurrentFnSym = getObjFileLowering().getFunctionEntryPointSymbol(&F, TM);
1839 MCSection *S = getObjFileLowering().getSectionForConstant(
1910 const TargetLoweringObjectFile &TLOF = getObjFileLowering();
2129 const TargetLoweringObjectFile &Obj = getObjFileLowering();
2168 MCSection *CommandLine = getObjFileLowering().getSectionForCommandLines();
2369 getObjFileLowering().lowerRelativeReference(LHSGV, RHSGV, TM);
2733 if (!AP.getObjFileLowering().supportGOTPCRelWithOffset() && GOTPCRelCst != 0)
2756 *ME = AP.getObjFileLowering().getIndirectSymViaGOTPCRel(
2841 if (AP.getObjFileLowering().supportIndirectSymViaGOTPCRel())
2905 getObjFileLowering().getSectionForConstant(DL, Kind, C,
2938 return getObjFileLowering().getSymbolWithGlobalValueBase(GV, Suffix, TM);
3074 getObjFileLowering().getSectionForMachineBasicBlock(MF->getFunction(),