Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp184 auto *DI = Builder->getModuleDebugInfo(); in Initialize()
198 DebugTypeVisitor DTV(*Builder->getModuleDebugInfo(), *Ctx); in HandleTopLevelDecl()
228 DebugTypeVisitor DTV(*Builder->getModuleDebugInfo(), *Ctx); in HandleTagDeclDefinition()
238 Builder->getModuleDebugInfo()->completeRequiredType(RD); in HandleTagDeclRequiredDefinition()
243 Builder->getModuleDebugInfo()->EmitImportDecl(*D); in HandleImplicitImportDecl()
267 Builder->getModuleDebugInfo()->setDwoId(Signature); in HandleTranslationUnit()
H A DModuleBuilder.cpp106 return Builder->getModuleDebugInfo(); in getCGDebugInfo()
279 if (CodeGen::CGDebugInfo *DI = Builder->getModuleDebugInfo()) in HandleTagDeclRequiredDefinition()
H A DCodeGenModule.cpp1047 if (getModuleDebugInfo()) in Release()
1362 if (CGDebugInfo *DI = getModuleDebugInfo()) in Release()
5647 if (CGDebugInfo *DI = getModuleDebugInfo()) in EmitGlobalVarDefinition()
5653 if (CGDebugInfo *DI = getModuleDebugInfo()) in EmitExternalVarDeclaration()
5665 if (CGDebugInfo *DI = getModuleDebugInfo()) in EmitExternalFunctionDeclaration()
6096 if (CGDebugInfo *DI = getModuleDebugInfo()) in EmitAliasDefinition()
6527 CGDebugInfo *DI = getModuleDebugInfo(); in GetAddrOfConstantStringFromLiteral()
6916 if (CGDebugInfo *DI = getModuleDebugInfo()) in EmitTopLevelDecl()
6924 if (CGDebugInfo *DI = getModuleDebugInfo()) { in EmitTopLevelDecl()
6950 if (CGDebugInfo *DI = getModuleDebugInfo()) in EmitTopLevelDecl()
[all …]
H A DCodeGenTypes.cpp237 if (CGDebugInfo *DI = CGM.getModuleDebugInfo()) in UpdateCompletedType()
254 if (CGDebugInfo *DI = CGM.getModuleDebugInfo()) in UpdateCompletedType()
H A DCGHLSLRuntime.cpp132 if (CGDebugInfo *DI = CGM.getModuleDebugInfo()) in addConstant()
H A DCGVTables.cpp923 if (CGDebugInfo *DI = CGM.getModuleDebugInfo()) in GenerateConstructionVTable()
1189 if (CGDebugInfo *DI = CGM.getModuleDebugInfo()) in GenerateClassData()
H A DCodeGenModule.h750 CGDebugInfo *getModuleDebugInfo() { return DebugInfo.get(); } in getModuleDebugInfo() function
H A DCodeGenFunction.cpp82 DebugInfo(CGM.getModuleDebugInfo()), PGO(cgm), in CodeGenFunction()
H A DCGExpr.cpp1247 if (CGDebugInfo *DI = getModuleDebugInfo()) in EmitExplicitCastExprType()