Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/CodeGen/
HDObjectFilePCHContainerOperations.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()
HDModuleBuilder.cpp106 return Builder->getModuleDebugInfo(); in getCGDebugInfo()
279 if (CodeGen::CGDebugInfo *DI = Builder->getModuleDebugInfo()) in HandleTagDeclRequiredDefinition()
HDCodeGenModule.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 …]
HDCodeGenTypes.cpp237 if (CGDebugInfo *DI = CGM.getModuleDebugInfo()) in UpdateCompletedType()
254 if (CGDebugInfo *DI = CGM.getModuleDebugInfo()) in UpdateCompletedType()
HDCGHLSLRuntime.cpp132 if (CGDebugInfo *DI = CGM.getModuleDebugInfo()) in addConstant()
HDCGVTables.cpp923 if (CGDebugInfo *DI = CGM.getModuleDebugInfo()) in GenerateConstructionVTable()
1189 if (CGDebugInfo *DI = CGM.getModuleDebugInfo()) in GenerateClassData()
HDCodeGenModule.h750 CGDebugInfo *getModuleDebugInfo() { return DebugInfo.get(); } in getModuleDebugInfo() function
HDCodeGenFunction.cpp82 DebugInfo(CGM.getModuleDebugInfo()), PGO(cgm), in CodeGenFunction()
HDCGExpr.cpp1247 if (CGDebugInfo *DI = getModuleDebugInfo()) in EmitExplicitCastExprType()