Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp71 CGDebugInfo::CGDebugInfo(CodeGenModule &CGM) in CGDebugInfo() function in CGDebugInfo
80 CGDebugInfo::~CGDebugInfo() { in ~CGDebugInfo()
175 void CGDebugInfo::setLocation(SourceLocation Loc) { in setLocation()
206 llvm::DIScope *CGDebugInfo::getDeclContextDescriptor(const Decl *D) { in getDeclContextDescriptor()
212 llvm::DIScope *CGDebugInfo::getContextDescriptor(const Decl *Context, in getContextDescriptor()
234 PrintingPolicy CGDebugInfo::getPrintingPolicy() const { in getPrintingPolicy()
262 StringRef CGDebugInfo::getFunctionName(const FunctionDecl *FD) { in getFunctionName()
266 StringRef CGDebugInfo::getObjCMethodName(const ObjCMethodDecl *OMD) { in getObjCMethodName()
290 StringRef CGDebugInfo::getSelectorName(Selector S) { in getSelectorName()
294 StringRef CGDebugInfo::getClassName(const RecordDecl *RD) { in getClassName()
[all …]
H A DModuleBuilder.cpp105 CGDebugInfo *getCGDebugInfo() { in getCGDebugInfo()
279 if (CodeGen::CGDebugInfo *DI = Builder->getModuleDebugInfo()) in HandleTagDeclRequiredDefinition()
340 CGDebugInfo *CodeGenerator::getCGDebugInfo() { in getCGDebugInfo()
H A DCGDebugInfo.h55 class CGDebugInfo {
96 const CGDebugInfo &Self;
99 PrintingCallbacks(const CGDebugInfo &Self) : Self(Self) {} in PrintingCallbacks()
380 CGDebugInfo(CodeGenModule &CGM);
381 ~CGDebugInfo();
H A DCMakeLists.txt46 CGDebugInfo.cpp
H A DObjectFilePCHContainerOperations.cpp62 clang::CodeGen::CGDebugInfo &DI;
64 DebugTypeVisitor(clang::CodeGen::CGDebugInfo &DI, ASTContext &Ctx) in DebugTypeVisitor()
H A DCGDecl.cpp109 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl()
114 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl()
139 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl()
143 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl()
147 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl()
155 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl()
180 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl()
483 CGDebugInfo *DI = getDebugInfo(); in EmitStaticVarDecl()
1364 CGDebugInfo *DI, const VarDecl &D, bool EmitDebugInfo) { in EmitAndRegisterVariableArrayDimensions()
2602 if (CGDebugInfo *DI = getDebugInfo()) { in EmitParmDecl()
H A DCodeGenFunction.cpp349 if (CGDebugInfo *DI = getDebugInfo()) { in FinishFunction()
369 if (CGDebugInfo *DI = getDebugInfo()) { in FinishFunction()
393 if (CGDebugInfo *DI = getDebugInfo()) in FinishFunction()
1031 if (CGDebugInfo *DI = getDebugInfo()) { in StartFunction()
1236 if (CGDebugInfo *DI = getDebugInfo()) in StartFunction()
2378 if (CGDebugInfo *Dbg = getDebugInfo()) in EmitDeclRefExprDbgValue()
2847 if (CGDebugInfo *DI = getDebugInfo()) in SourceLocToDebugLoc()
H A DCodeGenModule.cpp179 DebugInfo.reset(new CGDebugInfo(*this)); in CodeGenModule()
924 if (CGDebugInfo *DI = getModuleDebugInfo()) in Release()
5067 if (CGDebugInfo *DI = getModuleDebugInfo()) in EmitGlobalVarDefinition()
5073 if (CGDebugInfo *DI = getModuleDebugInfo()) in EmitExternalVarDeclaration()
5499 if (CGDebugInfo *DI = getModuleDebugInfo()) in EmitAliasDefinition()
5939 CGDebugInfo *DI = getModuleDebugInfo(); in GetAddrOfConstantStringFromLiteral()
6325 if (CGDebugInfo *DI = getModuleDebugInfo()) in EmitTopLevelDecl()
6333 if (CGDebugInfo *DI = getModuleDebugInfo()) { in EmitTopLevelDecl()
6359 if (CGDebugInfo *DI = getModuleDebugInfo()) in EmitTopLevelDecl()
6363 if (CGDebugInfo *DI = getModuleDebugInfo()) in EmitTopLevelDecl()
[all …]
H A DCodeGenModule.h88 class CGDebugInfo; variable
333 std::unique_ptr<CGDebugInfo> DebugInfo;
720 CGDebugInfo *getModuleDebugInfo() { return DebugInfo.get(); } in getModuleDebugInfo()
H A DCodeGenTypes.cpp278 if (CGDebugInfo *DI = CGM.getModuleDebugInfo()) in UpdateCompletedType()
295 if (CGDebugInfo *DI = CGM.getModuleDebugInfo()) in UpdateCompletedType()
H A DCGHLSLRuntime.cpp129 if (CGDebugInfo *DI = CGM.getModuleDebugInfo()) in addConstant()
H A DCGVTables.cpp876 if (CGDebugInfo *DI = CGM.getModuleDebugInfo()) in GenerateConstructionVTable()
1129 if (CGDebugInfo *DI = CGM.getModuleDebugInfo()) in GenerateClassData()
H A DCGCoroutine.cpp536 CGDebugInfo *DI = getDebugInfo(); in EmitCoroutineBody()
H A DCodeGenFunction.h945 if (CGDebugInfo *DI = CGF.getDebugInfo())
957 if (CGDebugInfo *DI = CGF.getDebugInfo())
1390 CGDebugInfo *DebugInfo;
1986 CGDebugInfo *getDebugInfo() {
3134 void EmitAndRegisterVariableArrayDimensions(CGDebugInfo *DI,
H A DCGStmt.cpp45 if (CGDebugInfo *DI = getDebugInfo()) { in EmitStopPoint()
654 if (CGDebugInfo *DI = getDebugInfo()) { in EmitLabel()
1532 if (CGDebugInfo *Dbg = getDebugInfo()) in EmitCaseStmt()
H A DCGBlocks.cpp1414 if (CGDebugInfo *DI = getDebugInfo()) { in setBlockContextParameter()
1579 if (CGDebugInfo *DI = getDebugInfo()) { in GenerateBlockFunction()
H A DCGObjC.cpp1776 CGDebugInfo *DI = getDebugInfo(); in EmitObjCForCollectionStmt()
3674 CGDebugInfo *DI = getDebugInfo(); in EmitObjCAutoreleasePoolStmt()
H A DCGExpr.cpp1030 if (CGDebugInfo *DI = getModuleDebugInfo()) in EmitExplicitCastExprType()
2896 if (CGDebugInfo *DI = CGM.getModuleDebugInfo()) { in EmitDeclRefLValue()
5490 if (CGDebugInfo *DI = getDebugInfo()) { in EmitCall()
H A DCGClass.cpp1654 CGDebugInfo *DI;
/openbsd-src/gnu/llvm/clang/include/clang/CodeGen/
H A DModuleBuilder.h42 class CGDebugInfo; variable
74 CodeGen::CGDebugInfo *getCGDebugInfo();
/openbsd-src/gnu/usr.bin/clang/libclangCodeGen/
H A DMakefile23 CGDebugInfo.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/CodeGen/
H A DBUILD.gn52 "CGDebugInfo.cpp",