reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/AsmPrinter/WinException.cpp
  181   MCContext &Ctx = MF->getContext();
lib/CodeGen/CFGuardLongjmp.cpp
  111     MCSymbol *SjSymbol = MF.getContext().getOrCreateSymbol(SymbolName);
lib/CodeGen/GCRootLowering.cpp
  259   MCSymbol *Label = MBB.getParent()->getContext().createTempSymbol();
lib/CodeGen/GlobalISel/IRTranslator.cpp
 1672   MCContext &Context = MF->getContext();
lib/CodeGen/MIRParser/MIParser.cpp
 3034   return MF.getContext().getOrCreateSymbol(Name);
lib/CodeGen/MachineBasicBlock.cpp
   62     MCContext &Ctx = MF->getContext();
lib/CodeGen/ModuloSchedule.cpp
 2019     MCSymbol *Sym = MF.getContext().getOrCreateSymbol(OS.str());
lib/CodeGen/SelectionDAG/FastISel.cpp
 1098   MCContext &Ctx = MF->getContext();
lib/Target/AArch64/AArch64AsmPrinter.cpp
  773                                       Label, MF->getContext())));
lib/Target/AArch64/AArch64FastISel.cpp
 3611     MCContext &Ctx = MF->getContext();
 4910   MCContext &Ctx = MF->getContext();
lib/Target/Mips/MipsAsmPrinter.cpp
  426   MCInstLowering.Initialize(&MF->getContext());
lib/Target/Mips/MipsFastISel.cpp
 1581       MIB.addSym(FuncInfo.MF->getContext().getOrCreateSymbol(
lib/Target/Mips/MipsISelLowering.cpp
 3007       MCSymbol *S = MF->getContext().getOrCreateSymbol(Sym);
lib/Target/PowerPC/PPCMachineFunctionInfo.cpp
   20   return MF.getContext().getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) +
   27   return MF.getContext().getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) +
   34   return MF.getContext().getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) +
   41   return MF.getContext().getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) +
lib/Target/SystemZ/SystemZAsmPrinter.cpp
  126   SystemZMCInstLower Lower(MF->getContext(), *this);
  322       .addExpr(getTLSGetOffset(MF->getContext()))
  329       .addExpr(getTLSGetOffset(MF->getContext()))
  336       .addExpr(getGlobalOffsetTable(MF->getContext()));
  555   MCContext &Ctx = MF->getContext();
  687   SystemZMCInstLower Lower(MF->getContext(), *this);
lib/Target/X86/X86AsmPrinter.cpp
   61       MF.getContext()));
lib/Target/X86/X86MCInstLower.cpp
  109     : Ctx(mf.getContext()), MF(mf), TM(mf.getTarget()), MAI(*TM.getMCAsmInfo()),
lib/Target/X86/X86RetpolineThunks.cpp
  251   MCSymbol *TargetSym = MF.getContext().createTempSymbol();
lib/Target/X86/X86SpeculativeLoadHardening.cpp
 2466       MF.getContext().createTempSymbol("slh_ret_addr",
lib/Target/XCore/XCoreAsmPrinter.cpp
  169   MCInstLowering.Initialize(&MF->getContext());