Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp66 CGDebugInfo::CGDebugInfo(CodeGenModule &CGM) in CGDebugInfo() function in CGDebugInfo
75 CGDebugInfo::~CGDebugInfo() { in ~CGDebugInfo()
170 void CGDebugInfo::setLocation(SourceLocation Loc) { in setLocation()
201 llvm::DIScope *CGDebugInfo::getDeclContextDescriptor(const Decl *D) { in getDeclContextDescriptor()
207 llvm::DIScope *CGDebugInfo::getContextDescriptor(const Decl *Context, in getContextDescriptor()
229 PrintingPolicy CGDebugInfo::getPrintingPolicy() const { in getPrintingPolicy()
251 StringRef CGDebugInfo::getFunctionName(const FunctionDecl *FD) { in getFunctionName()
274 StringRef CGDebugInfo::getObjCMethodName(const ObjCMethodDecl *OMD) { in getObjCMethodName()
298 StringRef CGDebugInfo::getSelectorName(Selector S) { in getSelectorName()
302 StringRef CGDebugInfo::getClassName(const RecordDecl *RD) { in getClassName()
[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 DCMakeLists.txt42 CGDebugInfo.cpp
H A DObjectFilePCHContainerOperations.cpp61 clang::CodeGen::CGDebugInfo &DI;
63 DebugTypeVisitor(clang::CodeGen::CGDebugInfo &DI, ASTContext &Ctx) in DebugTypeVisitor()
H A DCGDecl.cpp105 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl()
110 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl()
133 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl()
137 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl()
145 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl()
170 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl()
463 CGDebugInfo *DI = getDebugInfo(); in EmitStaticVarDecl()
1347 CGDebugInfo *DI, const VarDecl &D, bool EmitDebugInfo) { in EmitAndRegisterVariableArrayDimensions()
2572 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()
979 if (CGDebugInfo *DI = getDebugInfo()) { in StartFunction()
1178 if (CGDebugInfo *DI = getDebugInfo()) in StartFunction()
2271 if (CGDebugInfo *Dbg = getDebugInfo()) in EmitDeclRefExprDbgValue()
2652 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()
771 if (CGDebugInfo *DI = getModuleDebugInfo()) in Release()
4492 if (CGDebugInfo *DI = getModuleDebugInfo()) in EmitGlobalVarDefinition()
4498 if (CGDebugInfo *DI = getModuleDebugInfo()) in EmitExternalVarDeclaration()
5699 if (CGDebugInfo *DI = getModuleDebugInfo()) in EmitTopLevelDecl()
5707 if (CGDebugInfo *DI = getModuleDebugInfo()) { in EmitTopLevelDecl()
5733 if (CGDebugInfo *DI = getModuleDebugInfo()) in EmitTopLevelDecl()
5737 if (CGDebugInfo *DI = getModuleDebugInfo()) in EmitTopLevelDecl()
5741 if (CGDebugInfo *DI = getModuleDebugInfo()) in EmitTopLevelDecl()
5781 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()
613 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.cpp1717 CGDebugInfo *DI = getDebugInfo(); in EmitObjCForCollectionStmt()
3618 CGDebugInfo *DI = getDebugInfo(); in EmitObjCAutoreleasePoolStmt()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DModuleBuilder.h37 class CGDebugInfo; variable
69 CodeGen::CGDebugInfo *getCGDebugInfo();
/netbsd-src/external/apache2/llvm/lib/libclangCodeGen/
H A DMakefile21 CGDebugInfo.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/CodeGen/
H A DBUILD.gn48 "CGDebugInfo.cpp",