Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/CodeGen/
HDCGDebugInfo.cpp82 CGDebugInfo::CGDebugInfo(CodeGenModule &CGM) in CGDebugInfo() function in CGDebugInfo
89 CGDebugInfo::~CGDebugInfo() { in ~CGDebugInfo()
184 void CGDebugInfo::setLocation(SourceLocation Loc) { in setLocation()
215 llvm::DIScope *CGDebugInfo::getDeclContextDescriptor(const Decl *D) { in getDeclContextDescriptor()
221 llvm::DIScope *CGDebugInfo::getContextDescriptor(const Decl *Context, in getContextDescriptor()
243 PrintingPolicy CGDebugInfo::getPrintingPolicy() const { in getPrintingPolicy()
271 StringRef CGDebugInfo::getFunctionName(const FunctionDecl *FD) { in getFunctionName()
275 StringRef CGDebugInfo::getObjCMethodName(const ObjCMethodDecl *OMD) { in getObjCMethodName()
299 StringRef CGDebugInfo::getSelectorName(Selector S) { in getSelectorName()
303 StringRef CGDebugInfo::getClassName(const RecordDecl *RD) { in getClassName()
[all …]
HDModuleBuilder.cpp105 CGDebugInfo *getCGDebugInfo() { in getCGDebugInfo()
279 if (CodeGen::CGDebugInfo *DI = Builder->getModuleDebugInfo()) in HandleTagDeclRequiredDefinition()
340 CGDebugInfo *CodeGenerator::getCGDebugInfo() { in getCGDebugInfo()
HDCGDebugInfo.h58 class CGDebugInfo {
100 const CGDebugInfo &Self;
103 PrintingCallbacks(const CGDebugInfo &Self) : Self(Self) {} in PrintingCallbacks()
412 CGDebugInfo(CodeGenModule &CGM);
413 ~CGDebugInfo();
HDObjectFilePCHContainerOperations.cpp62 clang::CodeGen::CGDebugInfo &DI;
64 DebugTypeVisitor(clang::CodeGen::CGDebugInfo &DI, ASTContext &Ctx) in DebugTypeVisitor()
HDCGDecl.cpp111 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl()
116 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl()
141 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl()
145 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl()
149 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl()
157 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl()
182 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl()
491 CGDebugInfo *DI = getDebugInfo(); in EmitStaticVarDecl()
1383 CGDebugInfo *DI, const VarDecl &D, bool EmitDebugInfo) { in EmitAndRegisterVariableArrayDimensions()
2746 if (CGDebugInfo *DI = getDebugInfo()) { in EmitParmDecl()
HDCodeGenModule.cpp413 DebugInfo.reset(new CGDebugInfo(*this)); in CodeGenModule()
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 …]
HDCodeGenFunction.cpp394 if (CGDebugInfo *DI = getDebugInfo()) { in FinishFunction()
414 if (CGDebugInfo *DI = getDebugInfo()) { in FinishFunction()
438 if (CGDebugInfo *DI = getDebugInfo()) in FinishFunction()
1111 if (CGDebugInfo *DI = getDebugInfo()) { in StartFunction()
1317 if (CGDebugInfo *DI = getDebugInfo()) in StartFunction()
2524 if (CGDebugInfo *Dbg = getDebugInfo()) in EmitDeclRefExprDbgValue()
3023 if (CGDebugInfo *DI = getDebugInfo()) in SourceLocToDebugLoc()
HDCodeGenTypes.cpp237 if (CGDebugInfo *DI = CGM.getModuleDebugInfo()) in UpdateCompletedType()
254 if (CGDebugInfo *DI = CGM.getModuleDebugInfo()) in UpdateCompletedType()
HDCodeGenModule.h90 class CGDebugInfo; variable
333 std::unique_ptr<CGDebugInfo> DebugInfo;
750 CGDebugInfo *getModuleDebugInfo() { return DebugInfo.get(); } in getModuleDebugInfo()
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()
HDCodeGenFunction.h1039 if (CGDebugInfo *DI = CGF.getDebugInfo())
1051 if (CGDebugInfo *DI = CGF.getDebugInfo())
1486 CGDebugInfo *DebugInfo;
2136 CGDebugInfo *getDebugInfo() {
3436 void EmitAndRegisterVariableArrayDimensions(CGDebugInfo *DI,
HDCGStmt.cpp51 if (CGDebugInfo *DI = getDebugInfo()) { in EmitStopPoint()
678 if (CGDebugInfo *DI = getDebugInfo()) { in EmitLabel()
1729 if (CGDebugInfo *Dbg = getDebugInfo()) in EmitCaseStmt()
HDCGCoroutine.cpp840 CGDebugInfo *DI = getDebugInfo(); in EmitCoroutineBody()
HDCGBlocks.cpp1394 if (CGDebugInfo *DI = getDebugInfo()) { in setBlockContextParameter()
1563 if (CGDebugInfo *DI = getDebugInfo()) { in GenerateBlockFunction()
HDCGObjC.cpp1770 CGDebugInfo *DI = getDebugInfo(); in EmitObjCForCollectionStmt()
3647 CGDebugInfo *DI = getDebugInfo(); in EmitObjCAutoreleasePoolStmt()
HDCGClass.cpp1657 CGDebugInfo *DI;
HDCGExpr.cpp1247 if (CGDebugInfo *DI = getModuleDebugInfo()) in EmitExplicitCastExprType()
6037 if (CGDebugInfo *DI = getDebugInfo()) { in EmitCall()
/freebsd-head/contrib/llvm-project/clang/include/clang/CodeGen/
HDModuleBuilder.h46 class CGDebugInfo; variable
78 CodeGen::CGDebugInfo *getCGDebugInfo();
/freebsd-head/lib/clang/libclang/
HDMakefile292 SRCS_MIN+= CodeGen/CGDebugInfo.cpp