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

References

lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  216   return MMI->getModule()->getDataLayout();
  310     bool EmitCodeView = MMI->getModule()->getCodeViewFlag();
  317     if (!EmitCodeView || MMI->getModule()->getDwarfVersion()) {
  381           MMI->getModule()->getModuleFlag("cfguard")))
lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
   80     LLVMContext &LLVMCtx = MMI->getModule()->getContext();
  274         MMI->getModule()->getContext().emitError(LocCookie, Msg.str());
  456           MMI->getModule()->getContext().emitError(LocCookie, Msg.str());
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  154   if (!MMI->getModule()->getNamedMetadata("llvm.dbg.cu") ||
  164       mapArchToCVCPUType(Triple(MMI->getModule()->getTargetTriple()).getArch());
  170       MMI->getModule()->getModuleFlag("CodeViewGHash"));
  472   return MMI->getModule()->getDataLayout().getPointerSizeInBits() / 8;
  769   NamedMDNode *CUs = MMI->getModule()->getNamedMetadata("llvm.dbg.cu");
  826   NamedMDNode *CUs = MMI->getModule()->getNamedMetadata("llvm.dbg.cu");
 1012   if (Triple(MMI->getModule()->getTargetTriple()).getArch() == Triple::x86)
 2983   for (const GlobalVariable &GV : MMI->getModule()->globals()) {
 2990   NamedMDNode *CUs = MMI->getModule()->getNamedMetadata("llvm.dbg.cu");
 3057   NamedMDNode *CUs = MMI->getModule()->getNamedMetadata("llvm.dbg.cu");
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  381                                     : MMI->getModule()->getDwarfVersion();
  937   const Module *M = MMI->getModule();
 1156   for (auto *CUNode : MMI->getModule()->debug_compile_units())
lib/CodeGen/AsmPrinter/WinCFGuard.cpp
   45   const Module *M = Asm->MMI->getModule();
lib/CodeGen/AsmPrinter/WinException.cpp
   53   const Module *M = MMI->getModule();
lib/CodeGen/CFGuardLongjmp.cpp
   63   if (!MF.getMMI().getModule()->getModuleFlag("cfguard"))
lib/CodeGen/MachineInstr.cpp
 2009       return MF->getMMI().getModule()->getContext().emitError(LocCookie, Msg);
lib/CodeGen/RegAllocBase.cpp
  130             MI->getParent()->getParent()->getMMI().getModule()->getContext();
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
 1166   Name += MMI->getModule()->getDataLayout().getPrivateGlobalPrefix();
lib/Target/AMDGPU/AMDGPUMachineModuleInfo.cpp
   22   LLVMContext &CTX = MMI.getModule()->getContext();
lib/Target/ARM/ARMAsmPrinter.cpp
  644   if (checkFunctionsAttributeConsistency(*MMI->getModule(),
  650   else if (checkFunctionsAttributeConsistency(*MMI->getModule(),
  686   if (checkFunctionsAttributeConsistency(*MMI->getModule(),
  726     if (const Module *SourceModule = MMI->getModule()) {
lib/Target/BPF/BTFDebug.cpp
 1056   const Module *M = MMI->getModule();
lib/Target/Sparc/SparcAsmPrinter.cpp
  374     MO.getMetadata()->printAsOperand(O, MMI->getModule());
lib/Target/X86/X86AsmPrinter.cpp
   64       Subtarget->isTargetWin32() && MF.getMMI().getModule()->getCodeViewFlag();
lib/Target/X86/X86FrameLowering.cpp
  994       !IsFunclet && STI.isTargetWin32() && MMI.getModule()->getCodeViewFlag();
 2591   NamedMDNode *HiPELiteralsMD = MF.getMMI().getModule()
lib/Target/X86/X86ISelLowering.cpp
 3629   const Module *M = MF.getMMI().getModule();
30574   if (MF->getMMI().getModule()->getModuleFlag("cf-protection-return")) {
30835   if (MF->getMMI().getModule()->getModuleFlag("cf-protection-return")) {
45088   const Module *M = DAG.getMachineFunction().getMMI().getModule();
lib/Target/X86/X86IndirectBranchTracking.cpp
  104       MF.getMMI().getModule()->getModuleFlag("cf-protection-branch");
lib/Target/X86/X86MCInstLower.cpp
  912   bool UseGot = MMI->getModule()->getRtLibUseGOT() &&
lib/Target/X86/X86RetpolineThunks.cpp
  101   Module &M = const_cast<Module &>(*MMI->getModule());