Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp66 CGDebugInfo::CGDebugInfo(CodeGenModule &CGM) in CGDebugInfo() function in CGDebugInfo
75 CGDebugInfo::~CGDebugInfo() { in ~CGDebugInfo()
415 CGDebugInfo::createFile(StringRef FileName, in createFile()
484 StringRef CGDebugInfo::getCurrentDirname() { in getCurrentDirname()
495 void CGDebugInfo::CreateCompileUnit() { in CreateCompileUnit()
1481 void CGDebugInfo::CollectRecordNormalField( in CollectRecordNormalField()
1505 void CGDebugInfo::CollectRecordNestedType( in CollectRecordNestedType()
1516 void CGDebugInfo::CollectRecordFields( in CollectRecordFields()
1842 void CGDebugInfo::CollectCXXBasesAux( in CollectCXXBasesAux()
4153 CGDebugInfo::BlockByRefType
[all …]
H A DModuleBuilder.cpp102 CGDebugInfo *getCGDebugInfo() { in getCGDebugInfo()
259 if (CodeGen::CGDebugInfo *DI = Builder->getModuleDebugInfo()) in HandleTagDeclRequiredDefinition()
320 CGDebugInfo *CodeGenerator::getCGDebugInfo() { in getCGDebugInfo()
H A DCGDebugInfo.h56 class CGDebugInfo {
97 const CGDebugInfo &Self;
100 PrintingCallbacks(const CGDebugInfo &Self) : Self(Self) {} in PrintingCallbacks()
368 CGDebugInfo(CodeGenModule &CGM);
369 ~CGDebugInfo();
H A DObjectFilePCHContainerOperations.cpp61 clang::CodeGen::CGDebugInfo &DI;
63 DebugTypeVisitor(clang::CodeGen::CGDebugInfo &DI, ASTContext &Ctx) in DebugTypeVisitor()
H A DCGDecl.cpp106 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl()
111 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl()
134 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl()
138 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl()
142 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl()
150 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl()
175 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl()
468 CGDebugInfo *DI = getDebugInfo(); in EmitStaticVarDecl()
1353 CGDebugInfo *DI, const VarDecl &D, bool EmitDebugInfo) { in EmitAndRegisterVariableArrayDimensions()
2579 if (CGDebugInfo *DI = getDebugInfo()) { in EmitParmDecl()
H A DCodeGenFunction.cpp354 if (CGDebugInfo *DI = getDebugInfo()) { in FinishFunction()
373 if (CGDebugInfo *DI = getDebugInfo()) { in FinishFunction()
397 if (CGDebugInfo *DI = getDebugInfo()) in FinishFunction()
982 if (CGDebugInfo *DI = getDebugInfo()) { in StartFunction()
1186 if (CGDebugInfo *DI = getDebugInfo()) in StartFunction()
2285 if (CGDebugInfo *Dbg = getDebugInfo()) in EmitDeclRefExprDbgValue()
2666 if (CGDebugInfo *DI = getDebugInfo()) in SourceLocToDebugLoc()
H A DCodeGenModule.h91 class CGDebugInfo; variable
332 std::unique_ptr<CGDebugInfo> DebugInfo;
694 CGDebugInfo *getModuleDebugInfo() { return DebugInfo.get(); } in getModuleDebugInfo()
H A DCodeGenModule.cpp158 DebugInfo.reset(new CGDebugInfo(*this)); in CodeGenModule()
794 if (CGDebugInfo *DI = getModuleDebugInfo()) in Release()
4522 if (CGDebugInfo *DI = getModuleDebugInfo()) in EmitGlobalVarDefinition()
4528 if (CGDebugInfo *DI = getModuleDebugInfo()) in EmitExternalVarDeclaration()
5729 if (CGDebugInfo *DI = getModuleDebugInfo()) in EmitTopLevelDecl()
5763 if (CGDebugInfo *DI = getModuleDebugInfo()) in EmitTopLevelDecl()
5767 if (CGDebugInfo *DI = getModuleDebugInfo()) in EmitTopLevelDecl()
5771 if (CGDebugInfo *DI = getModuleDebugInfo()) in EmitTopLevelDecl()
5775 if (CGDebugInfo *DI = getModuleDebugInfo()) in EmitTopLevelDecl()
5815 if (CGDebugInfo *DI = getModuleDebugInfo()) in EmitTopLevelDecl()
[all …]
H A DCodeGenTypes.cpp269 if (CGDebugInfo *DI = CGM.getModuleDebugInfo()) in UpdateCompletedType()
286 if (CGDebugInfo *DI = CGM.getModuleDebugInfo()) in UpdateCompletedType()
H A DCGVTables.cpp860 if (CGDebugInfo *DI = CGM.getModuleDebugInfo()) in GenerateConstructionVTable()
1092 if (CGDebugInfo *DI = CGM.getModuleDebugInfo()) in GenerateClassData()
H A DCGCoroutine.cpp605 CGDebugInfo *DI = getDebugInfo(); in EmitCoroutineBody()
H A DCodeGenFunction.h906 if (CGDebugInfo *DI = CGF.getDebugInfo())
918 if (CGDebugInfo *DI = CGF.getDebugInfo())
1347 CGDebugInfo *DebugInfo;
1926 CGDebugInfo *getDebugInfo() {
3077 void EmitAndRegisterVariableArrayDimensions(CGDebugInfo *DI,
H A DCGStmt.cpp43 if (CGDebugInfo *DI = getDebugInfo()) { in EmitStopPoint()
616 if (CGDebugInfo *DI = getDebugInfo()) { in EmitLabel()
H A DCGBlocks.cpp1412 if (CGDebugInfo *DI = getDebugInfo()) { in setBlockContextParameter()
1580 if (CGDebugInfo *DI = getDebugInfo()) { in GenerateBlockFunction()
H A DCGExpr.cpp1062 if (CGDebugInfo *DI = getModuleDebugInfo()) in EmitExplicitCastExprType()
2840 if (CGDebugInfo *DI = CGM.getModuleDebugInfo()) { in EmitDeclRefLValue()
5308 if (CGDebugInfo *DI = getDebugInfo()) { in EmitCall()
H A DCGObjC.cpp1718 CGDebugInfo *DI = getDebugInfo(); in EmitObjCForCollectionStmt()
3624 CGDebugInfo *DI = getDebugInfo(); in EmitObjCAutoreleasePoolStmt()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/CodeGen/
H A DModuleBuilder.h37 class CGDebugInfo; variable
69 CodeGen::CGDebugInfo *getCGDebugInfo();
/freebsd-13.1/lib/clang/libclang/
H A DMakefile251 SRCS_MIN+= CodeGen/CGDebugInfo.cpp