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

References

lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  154   if (!MMI->getModule()->getNamedMetadata("llvm.dbg.cu") ||
  157     MMI->setDebugInfoAvailability(false);
  161   MMI->setDebugInfoAvailability(true);
  164       mapArchToCVCPUType(Triple(MMI->getModule()->getTargetTriple()).getArch());
  170       MMI->getModule()->getModuleFlag("CodeViewGHash"));
  472   return MMI->getModule()->getDataLayout().getPointerSizeInBits() / 8;
  558   if (!Asm || !MMI->hasDebugInfo())
  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)
 2915   MCSymbol *BeginLabel = MMI->getContext().createTempSymbol(),
 2916            *EndLabel = MMI->getContext().createTempSymbol();
 2938   MCSymbol *BeginLabel = MMI->getContext().createTempSymbol(),
 2939            *EndLabel = MMI->getContext().createTempSymbol();
 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/DebugHandlerBase.cpp
  188   if (!Asm || !hasDebugInfo(MMI, MF)) {
  280   if (!MMI->hasDebugInfo())
  299     PrevLabel = MMI->getContext().createTempSymbol();
  306   if (!MMI->hasDebugInfo())
  331     PrevLabel = MMI->getContext().createTempSymbol();
  338   if (hasDebugInfo(MMI, MF))
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  381                                     : MMI->getModule()->getDwarfVersion();
  933     MMI->setDebugInfoAvailability(false);
  937   const Module *M = MMI->getModule();
  942   assert(MMI->hasDebugInfo() == (NumDebugCUs > 0) &&
 1156   for (auto *CUNode : MMI->getModule()->debug_compile_units())
 1179   if (!MMI->hasDebugInfo())
lib/Target/BPF/BTFDebug.cpp
 1056   const Module *M = MMI->getModule();