| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.h | 474 return getDebugInfo() >= codegenoptions::DebugInfoConstructor; in hasReducedDebugInfo() 479 return getDebugInfo() >= codegenoptions::UnusedTypeInfo; in hasMaybeUnusedDebugInfo()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | GlobalVariable.h | 184 void getDebugInfo(SmallVectorImpl<DIGlobalVariableExpression *> &GVs) const;
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 106 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl() 111 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl() 135 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl() 139 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl() 143 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl() 151 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl() 176 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl() 479 CGDebugInfo *DI = getDebugInfo(); in EmitStaticVarDecl() 1441 auto *DI = getDebugInfo(); in EmitAutoVarAlloca() 2598 if (CGDebugInfo *DI = getDebugInfo()) { in EmitParmDecl()
|
| H A D | CodeGenFunction.cpp | 344 if (CGDebugInfo *DI = getDebugInfo()) { in FinishFunction() 363 if (CGDebugInfo *DI = getDebugInfo()) { in FinishFunction() 387 if (CGDebugInfo *DI = getDebugInfo()) in FinishFunction() 1012 if (CGDebugInfo *DI = getDebugInfo()) { in StartFunction() 1213 if (CGDebugInfo *DI = getDebugInfo()) in StartFunction() 2352 if (CGDebugInfo *Dbg = getDebugInfo()) in EmitDeclRefExprDbgValue() 2732 if (CGDebugInfo *DI = getDebugInfo()) in SourceLocToDebugLoc()
|
| H A D | CGExpr.cpp | 3716 if (!ArrayBase || !CGF.getDebugInfo()) in IsPreserveAIArrayBase() 3786 DbgInfo = CGF.getDebugInfo()->getOrCreateStandaloneType(*arrayType, loc); in emitArraySubscriptGEP() 4338 llvm::DIType *DbgInfo = CGF.getDebugInfo()->getOrCreateStandaloneType( in emitPreserveStructAccess() 4386 (!getDebugInfo() || !rec->hasAttr<BPFPreserveAccessIndexAttr>())) { in EmitLValueForField() 4391 llvm::DIType *DbgInfo = getDebugInfo()->getOrCreateRecordType( in EmitLValueForField() 4479 (getDebugInfo() && rec->hasAttr<BPFPreserveAccessIndexAttr>())) { in EmitLValueForField() 4481 llvm::DIType *DbgInfo = getDebugInfo()->getOrCreateStandaloneType(base.getType(), in EmitLValueForField() 4494 (!getDebugInfo() || !rec->hasAttr<BPFPreserveAccessIndexAttr>())) in EmitLValueForField() 5503 if (CGDebugInfo *DI = getDebugInfo()) { in EmitCall()
|
| H A D | CGCoroutine.cpp | 536 CGDebugInfo *DI = getDebugInfo(); in EmitCoroutineBody()
|
| H A D | CGStmt.cpp | 44 if (CGDebugInfo *DI = getDebugInfo()) { in EmitStopPoint() 651 if (CGDebugInfo *DI = getDebugInfo()) { in EmitLabel() 1521 if (CGDebugInfo *Dbg = getDebugInfo()) in EmitCaseStmt()
|
| H A D | CGDebugInfo.cpp | 68 : CGM(CGM), DebugKind(CGM.getCodeGenOpts().getDebugInfo()), in CGDebugInfo() 96 auto *DI = CGF->getDebugInfo(); in init() 131 if (!CGF.getDebugInfo()) { in ApplyDebugLocation() 150 if (!CGF.getDebugInfo()) { in ApplyInlineDebugLocation() 154 auto &DI = *CGF.getDebugInfo(); in ApplyInlineDebugLocation() 166 auto &DI = *CGF->getDebugInfo(); in ~ApplyInlineDebugLocation() 2354 if (CGM.getCodeGenOpts().getDebugInfo() <= in addHeapAllocSiteMetadata()
|
| H A D | CGExprCXX.cpp | 1645 if (getDebugInfo()) in EmitCXXNewExpr() 1647 getDebugInfo()->addHeapAllocSiteMetadata(newCall, allocType, in EmitCXXNewExpr()
|
| H A D | CodeGenAction.cpp | 1065 if (CI.getCodeGenOpts().getDebugInfo() != codegenoptions::NoDebugInfo && in CreateASTConsumer()
|
| H A D | CGVTables.cpp | 1014 CodeGenOpts.getDebugInfo() != codegenoptions::NoDebugInfo) && in getVTableLinkage()
|
| H A D | CGBlocks.cpp | 1418 if (CGDebugInfo *DI = getDebugInfo()) { in setBlockContextParameter() 1583 if (CGDebugInfo *DI = getDebugInfo()) { in GenerateBlockFunction()
|
| H A D | CodeGenFunction.h | 944 if (CGDebugInfo *DI = CGF.getDebugInfo()) 956 if (CGDebugInfo *DI = CGF.getDebugInfo()) 1984 CGDebugInfo *getDebugInfo() {
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | ConstantMerge.cpp | 82 From->getDebugInfo(MDs); in copyDebugLocMetadata()
|
| H A D | StripSymbols.cpp | 319 GV.getDebugInfo(GVEs); in stripDeadDebugInfoImpl()
|
| H A D | GlobalOpt.cpp | 403 GV->getDebugInfo(GVs); in transferSRADebugInfo() 1164 GV->getDebugInfo(GVs); in TryToShrinkGlobalToBoolean()
|
| /llvm-project-15.0.7/clang/lib/Frontend/Rewrite/ |
| H A D | FrontendActions.cpp | 171 (CI.getCodeGenOpts().getDebugInfo() != codegenoptions::NoDebugInfo)); in CreateASTConsumer()
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | decorators.py | 191 debug_info, self.getDebugInfo())
|
| H A D | lldbtest.py | 1399 def getDebugInfo(self): member in Base 1414 debug_info = self.getDebugInfo()
|
| /llvm-project-15.0.7/clang/unittests/Frontend/ |
| H A D | CompilerInvocationTest.cpp | 966 ASSERT_EQ(Invocation.getCodeGenOpts().getDebugInfo(), in TEST_F()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionParser.cpp | 1060 should_create_file |= m_compiler->getCodeGenOpts().getDebugInfo() == in ParseInternal()
|
| /llvm-project-15.0.7/llvm/unittests/Transforms/Utils/ |
| H A D | CloningTest.cpp | 1031 NewGV->getDebugInfo(GVs); in TEST_F()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Metadata.cpp | 1649 void GlobalVariable::getDebugInfo( in getDebugInfo() function in GlobalVariable
|
| H A D | Core.cpp | 1299 GV->getDebugInfo(GVEs); in LLVMGetDebugLocDirectory() 1323 GV->getDebugInfo(GVEs); in LLVMGetDebugLocFilename() 1346 GV->getDebugInfo(GVEs); in LLVMGetDebugLocLine()
|
| /llvm-project-15.0.7/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 1400 Global.getDebugInfo(GVs); in processGlobals()
|