Searched refs:CGDebugInfo (Results 1 – 18 of 18) sorted by relevance
66 CGDebugInfo::CGDebugInfo(CodeGenModule &CGM) in CGDebugInfo() function in CGDebugInfo75 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 …]
102 CGDebugInfo *getCGDebugInfo() { in getCGDebugInfo()259 if (CodeGen::CGDebugInfo *DI = Builder->getModuleDebugInfo()) in HandleTagDeclRequiredDefinition()320 CGDebugInfo *CodeGenerator::getCGDebugInfo() { in getCGDebugInfo()
56 class CGDebugInfo {97 const CGDebugInfo &Self;100 PrintingCallbacks(const CGDebugInfo &Self) : Self(Self) {} in PrintingCallbacks()368 CGDebugInfo(CodeGenModule &CGM);369 ~CGDebugInfo();
61 clang::CodeGen::CGDebugInfo &DI;63 DebugTypeVisitor(clang::CodeGen::CGDebugInfo &DI, ASTContext &Ctx) in DebugTypeVisitor()
106 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()
354 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()
91 class CGDebugInfo; variable332 std::unique_ptr<CGDebugInfo> DebugInfo;694 CGDebugInfo *getModuleDebugInfo() { return DebugInfo.get(); } in getModuleDebugInfo()
158 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 …]
269 if (CGDebugInfo *DI = CGM.getModuleDebugInfo()) in UpdateCompletedType()286 if (CGDebugInfo *DI = CGM.getModuleDebugInfo()) in UpdateCompletedType()
860 if (CGDebugInfo *DI = CGM.getModuleDebugInfo()) in GenerateConstructionVTable()1092 if (CGDebugInfo *DI = CGM.getModuleDebugInfo()) in GenerateClassData()
605 CGDebugInfo *DI = getDebugInfo(); in EmitCoroutineBody()
906 if (CGDebugInfo *DI = CGF.getDebugInfo())918 if (CGDebugInfo *DI = CGF.getDebugInfo())1347 CGDebugInfo *DebugInfo;1926 CGDebugInfo *getDebugInfo() {3077 void EmitAndRegisterVariableArrayDimensions(CGDebugInfo *DI,
43 if (CGDebugInfo *DI = getDebugInfo()) { in EmitStopPoint()616 if (CGDebugInfo *DI = getDebugInfo()) { in EmitLabel()
1412 if (CGDebugInfo *DI = getDebugInfo()) { in setBlockContextParameter()1580 if (CGDebugInfo *DI = getDebugInfo()) { in GenerateBlockFunction()
1062 if (CGDebugInfo *DI = getModuleDebugInfo()) in EmitExplicitCastExprType()2840 if (CGDebugInfo *DI = CGM.getModuleDebugInfo()) { in EmitDeclRefLValue()5308 if (CGDebugInfo *DI = getDebugInfo()) { in EmitCall()
1718 CGDebugInfo *DI = getDebugInfo(); in EmitObjCForCollectionStmt()3624 CGDebugInfo *DI = getDebugInfo(); in EmitObjCAutoreleasePoolStmt()
37 class CGDebugInfo; variable69 CodeGen::CGDebugInfo *getCGDebugInfo();
251 SRCS_MIN+= CodeGen/CGDebugInfo.cpp