Home
last modified time | relevance | path

Searched refs:getModuleDebugInfo (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp181 auto *DI = Builder->getModuleDebugInfo(); in Initialize()
195 DebugTypeVisitor DTV(*Builder->getModuleDebugInfo(), *Ctx); in HandleTopLevelDecl()
225 DebugTypeVisitor DTV(*Builder->getModuleDebugInfo(), *Ctx); in HandleTagDeclDefinition()
235 Builder->getModuleDebugInfo()->completeRequiredType(RD); in HandleTagDeclRequiredDefinition()
240 Builder->getModuleDebugInfo()->EmitImportDecl(*D); in HandleImplicitImportDecl()
264 Builder->getModuleDebugInfo()->setDwoId(Signature); in HandleTranslationUnit()
H A DModuleBuilder.cpp106 return Builder->getModuleDebugInfo(); in getCGDebugInfo()
278 if (CodeGen::CGDebugInfo *DI = Builder->getModuleDebugInfo()) in HandleTagDeclRequiredDefinition()
H A DCodeGenModule.cpp708 if (getModuleDebugInfo()) in Release()
911 if (CGDebugInfo *DI = getModuleDebugInfo()) in Release()
4903 if (CGDebugInfo *DI = getModuleDebugInfo()) in EmitGlobalVarDefinition()
4909 if (CGDebugInfo *DI = getModuleDebugInfo()) in EmitExternalVarDeclaration()
5335 if (CGDebugInfo *DI = getModuleDebugInfo()) in EmitAliasDefinition()
5775 CGDebugInfo *DI = getModuleDebugInfo(); in GetAddrOfConstantStringFromLiteral()
6125 if (CGDebugInfo *DI = getModuleDebugInfo()) in EmitTopLevelDecl()
6159 if (CGDebugInfo *DI = getModuleDebugInfo()) in EmitTopLevelDecl()
6163 if (CGDebugInfo *DI = getModuleDebugInfo()) in EmitTopLevelDecl()
6167 if (CGDebugInfo *DI = getModuleDebugInfo()) in EmitTopLevelDecl()
[all …]
H A DCodeGenTypes.cpp278 if (CGDebugInfo *DI = CGM.getModuleDebugInfo()) in UpdateCompletedType()
295 if (CGDebugInfo *DI = CGM.getModuleDebugInfo()) in UpdateCompletedType()
H A DCGVTables.cpp862 if (CGDebugInfo *DI = CGM.getModuleDebugInfo()) in GenerateConstructionVTable()
1094 if (CGDebugInfo *DI = CGM.getModuleDebugInfo()) in GenerateClassData()
H A DCodeGenModule.h711 CGDebugInfo *getModuleDebugInfo() { return DebugInfo.get(); } in getModuleDebugInfo() function
H A DCodeGenFunction.cpp74 DebugInfo(CGM.getModuleDebugInfo()), PGO(cgm), in CodeGenFunction()
H A DCGExpr.cpp1072 if (CGDebugInfo *DI = getModuleDebugInfo()) in EmitExplicitCastExprType()
2929 if (CGDebugInfo *DI = CGM.getModuleDebugInfo()) { in EmitDeclRefLValue()