Home
last modified time | relevance | path

Searched refs:CGDebugInfo (Results 1 – 17 of 17) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp65 CGDebugInfo::CGDebugInfo(CodeGenModule &CGM) in CGDebugInfo() function in CGDebugInfo
74 CGDebugInfo::~CGDebugInfo() { in ~CGDebugInfo()
435 CGDebugInfo::createFile(StringRef FileName, in createFile()
501 StringRef CGDebugInfo::getCurrentDirname() { in getCurrentDirname()
512 void CGDebugInfo::CreateCompileUnit() { in CreateCompileUnit()
1335 void CGDebugInfo::CollectRecordNormalField( in CollectRecordNormalField()
1359 void CGDebugInfo::CollectRecordNestedType( in CollectRecordNestedType()
1370 void CGDebugInfo::CollectRecordFields( in CollectRecordFields()
1655 void CGDebugInfo::CollectCXXBasesAux( in CollectCXXBasesAux()
3656 CGDebugInfo::BlockByRefType
[all …]
H A DModuleBuilder.cpp95 CGDebugInfo *getCGDebugInfo() { in getCGDebugInfo()
249 if (CodeGen::CGDebugInfo *DI = Builder->getModuleDebugInfo()) in HandleTagDeclRequiredDefinition()
306 CGDebugInfo *CodeGenerator::getCGDebugInfo() { in getCGDebugInfo()
H A DObjectFilePCHContainerOperations.cpp62 clang::CodeGen::CGDebugInfo &DI;
64 DebugTypeVisitor(clang::CodeGen::CGDebugInfo &DI, ASTContext &Ctx) in DebugTypeVisitor()
H A DCGDebugInfo.h54 class CGDebugInfo {
339 CGDebugInfo(CodeGenModule &CGM);
340 ~CGDebugInfo();
H A DCodeGenFunction.cpp316 if (CGDebugInfo *DI = getDebugInfo()) { in FinishFunction()
334 if (CGDebugInfo *DI = getDebugInfo()) in FinishFunction()
353 if (CGDebugInfo *DI = getDebugInfo()) in FinishFunction()
1024 if (CGDebugInfo *DI = getDebugInfo()) { in StartFunction()
1195 if (CGDebugInfo *DI = getDebugInfo()) in StartFunction()
2178 if (CGDebugInfo *Dbg = getDebugInfo()) in EmitDeclRefExprDbgValue()
2561 if (CGDebugInfo *DI = getDebugInfo()) in SourceLocToDebugLoc()
H A DCodeGenModule.h88 class CGDebugInfo; variable
320 std::unique_ptr<CGDebugInfo> DebugInfo;
644 CGDebugInfo *getModuleDebugInfo() { return DebugInfo.get(); } in getModuleDebugInfo()
H A DCodeGenTypes.cpp258 if (CGDebugInfo *DI = CGM.getModuleDebugInfo()) in UpdateCompletedType()
275 if (CGDebugInfo *DI = CGM.getModuleDebugInfo()) in UpdateCompletedType()
H A DCGDecl.cpp114 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl()
118 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl()
126 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl()
444 CGDebugInfo *DI = getDebugInfo(); in EmitStaticVarDecl()
1236 CGDebugInfo *DI, const VarDecl &D, bool EmitDebugInfo) { in EmitAndRegisterVariableArrayDimensions()
2393 if (CGDebugInfo *DI = getDebugInfo()) { in EmitParmDecl()
H A DCGVTables.cpp730 if (CGDebugInfo *DI = CGM.getModuleDebugInfo()) in GenerateConstructionVTable()
890 if (CGDebugInfo *DI = CGM.getModuleDebugInfo()) in GenerateClassData()
H A DCodeGenFunction.h772 if (CGDebugInfo *DI = CGF.getDebugInfo())
784 if (CGDebugInfo *DI = CGF.getDebugInfo())
1200 CGDebugInfo *DebugInfo;
1597 CGDebugInfo *getDebugInfo() {
2751 void EmitAndRegisterVariableArrayDimensions(CGDebugInfo *DI,
H A DCodeGenModule.cpp148 DebugInfo.reset(new CGDebugInfo(*this)); in CodeGenModule()
3699 if (CGDebugInfo *DI = getModuleDebugInfo()) in EmitGlobalVarDefinition()
4874 if (CGDebugInfo *DI = getModuleDebugInfo()) in EmitTopLevelDecl()
4878 if (CGDebugInfo *DI = getModuleDebugInfo()) in EmitTopLevelDecl()
4882 if (CGDebugInfo *DI = getModuleDebugInfo()) in EmitTopLevelDecl()
4922 if (CGDebugInfo *DI = getModuleDebugInfo()) in EmitTopLevelDecl()
4993 if (CGDebugInfo *DI = getModuleDebugInfo()) in EmitTopLevelDecl()
H A DCGBlocks.cpp1493 if (CGDebugInfo *DI = getDebugInfo()) { in setBlockContextParameter()
1663 if (CGDebugInfo *DI = getDebugInfo()) { in GenerateBlockFunction()
H A DCGObjC.cpp1572 CGDebugInfo *DI = getDebugInfo(); in EmitObjCForCollectionStmt()
3360 CGDebugInfo *DI = getDebugInfo(); in EmitObjCAutoreleasePoolStmt()
H A DCGStmt.cpp37 if (CGDebugInfo *DI = getDebugInfo()) { in EmitStopPoint()
H A DCGExpr.cpp1019 if (CGDebugInfo *DI = getModuleDebugInfo()) in EmitExplicitCastExprType()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DModuleBuilder.h38 class CGDebugInfo; variable
70 CodeGen::CGDebugInfo *getCGDebugInfo();
/freebsd-12.1/lib/clang/libclang/
H A DMakefile208 SRCS_MIN+= CodeGen/CGDebugInfo.cpp