Home
last modified time | relevance | path

Searched refs:getDebugInfo (Results 1 – 25 of 36) sorted by relevance

12

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.h474 return getDebugInfo() >= codegenoptions::DebugInfoConstructor; in hasReducedDebugInfo()
479 return getDebugInfo() >= codegenoptions::UnusedTypeInfo; in hasMaybeUnusedDebugInfo()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DGlobalVariable.h184 void getDebugInfo(SmallVectorImpl<DIGlobalVariableExpression *> &GVs) const;
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDecl.cpp106 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 DCodeGenFunction.cpp344 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 DCGExpr.cpp3716 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 DCGCoroutine.cpp536 CGDebugInfo *DI = getDebugInfo(); in EmitCoroutineBody()
H A DCGStmt.cpp44 if (CGDebugInfo *DI = getDebugInfo()) { in EmitStopPoint()
651 if (CGDebugInfo *DI = getDebugInfo()) { in EmitLabel()
1521 if (CGDebugInfo *Dbg = getDebugInfo()) in EmitCaseStmt()
H A DCGDebugInfo.cpp68 : 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 DCGExprCXX.cpp1645 if (getDebugInfo()) in EmitCXXNewExpr()
1647 getDebugInfo()->addHeapAllocSiteMetadata(newCall, allocType, in EmitCXXNewExpr()
H A DCodeGenAction.cpp1065 if (CI.getCodeGenOpts().getDebugInfo() != codegenoptions::NoDebugInfo && in CreateASTConsumer()
H A DCGVTables.cpp1014 CodeGenOpts.getDebugInfo() != codegenoptions::NoDebugInfo) && in getVTableLinkage()
H A DCGBlocks.cpp1418 if (CGDebugInfo *DI = getDebugInfo()) { in setBlockContextParameter()
1583 if (CGDebugInfo *DI = getDebugInfo()) { in GenerateBlockFunction()
H A DCodeGenFunction.h944 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 DConstantMerge.cpp82 From->getDebugInfo(MDs); in copyDebugLocMetadata()
H A DStripSymbols.cpp319 GV.getDebugInfo(GVEs); in stripDeadDebugInfoImpl()
H A DGlobalOpt.cpp403 GV->getDebugInfo(GVs); in transferSRADebugInfo()
1164 GV->getDebugInfo(GVs); in TryToShrinkGlobalToBoolean()
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp171 (CI.getCodeGenOpts().getDebugInfo() != codegenoptions::NoDebugInfo)); in CreateASTConsumer()
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Ddecorators.py191 debug_info, self.getDebugInfo())
H A Dlldbtest.py1399 def getDebugInfo(self): member in Base
1414 debug_info = self.getDebugInfo()
/llvm-project-15.0.7/clang/unittests/Frontend/
H A DCompilerInvocationTest.cpp966 ASSERT_EQ(Invocation.getCodeGenOpts().getDebugInfo(), in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1060 should_create_file |= m_compiler->getCodeGenOpts().getDebugInfo() == in ParseInternal()
/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DCloningTest.cpp1031 NewGV->getDebugInfo(GVs); in TEST_F()
/llvm-project-15.0.7/llvm/lib/IR/
H A DMetadata.cpp1649 void GlobalVariable::getDebugInfo( in getDebugInfo() function in GlobalVariable
H A DCore.cpp1299 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 DBTFDebug.cpp1400 Global.getDebugInfo(GVs); in processGlobals()

12