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

References

tools/clang/lib/CodeGen/CGExpr.cpp
 1026   if (CGDebugInfo *DI = getModuleDebugInfo())
tools/clang/lib/CodeGen/CGVTables.cpp
  760   if (CGDebugInfo *DI = CGM.getModuleDebugInfo())
  924   if (CGDebugInfo *DI = CGM.getModuleDebugInfo())
tools/clang/lib/CodeGen/CodeGenFunction.cpp
   64       SanOpts(CGM.getLangOpts().Sanitize), DebugInfo(CGM.getModuleDebugInfo()),
tools/clang/lib/CodeGen/CodeGenModule.cpp
 4094   if (CGDebugInfo *DI = getModuleDebugInfo())
 5290     if (CGDebugInfo *DI = getModuleDebugInfo())
 5294     if (CGDebugInfo *DI = getModuleDebugInfo())
 5298     if (CGDebugInfo *DI = getModuleDebugInfo())
 5338     if (CGDebugInfo *DI = getModuleDebugInfo())
 5405       if (CGDebugInfo *DI = getModuleDebugInfo())
tools/clang/lib/CodeGen/CodeGenTypes.cpp
  257     if (CGDebugInfo *DI = CGM.getModuleDebugInfo())
  274   if (CGDebugInfo *DI = CGM.getModuleDebugInfo())
tools/clang/lib/CodeGen/ModuleBuilder.cpp
  103       return Builder->getModuleDebugInfo();
  259       if (CodeGen::CGDebugInfo *DI = Builder->getModuleDebugInfo())
tools/clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp
  174     auto *DI = Builder->getModuleDebugInfo();
  188         DebugTypeVisitor DTV(*Builder->getModuleDebugInfo(), *Ctx);
  218     DebugTypeVisitor DTV(*Builder->getModuleDebugInfo(), *Ctx);
  228       Builder->getModuleDebugInfo()->completeRequiredType(RD);
  233       Builder->getModuleDebugInfo()->EmitImportDecl(*D);
  257     Builder->getModuleDebugInfo()->setDwoId(Signature);