Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h516 return getDebugInfo() >= llvm::codegenoptions::DebugInfoConstructor; in hasReducedDebugInfo()
521 return getDebugInfo() >= llvm::codegenoptions::UnusedTypeInfo; in hasMaybeUnusedDebugInfo()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h190 void getDebugInfo(SmallVectorImpl<DIGlobalVariableExpression *> &GVs) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp108 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl()
113 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl()
138 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl()
142 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl()
146 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl()
154 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl()
179 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl()
487 CGDebugInfo *DI = getDebugInfo(); in EmitStaticVarDecl()
1459 auto *DI = getDebugInfo(); in EmitAutoVarAlloca()
2686 if (CGDebugInfo *DI = getDebugInfo()) { in EmitParmDecl()
H A DCodeGenFunction.cpp350 if (CGDebugInfo *DI = getDebugInfo()) { in FinishFunction()
370 if (CGDebugInfo *DI = getDebugInfo()) { in FinishFunction()
394 if (CGDebugInfo *DI = getDebugInfo()) in FinishFunction()
1044 if (CGDebugInfo *DI = getDebugInfo()) { in StartFunction()
1248 if (CGDebugInfo *DI = getDebugInfo()) in StartFunction()
2442 if (CGDebugInfo *Dbg = getDebugInfo()) in EmitDeclRefExprDbgValue()
2927 if (CGDebugInfo *DI = getDebugInfo()) in SourceLocToDebugLoc()
H A DCGHLSLRuntime.cpp130 if (CGM.getCodeGenOpts().getDebugInfo() >= in addConstant()
H A DCGExpr.cpp3981 if (!ArrayBase || !CGF.getDebugInfo()) in IsPreserveAIArrayBase()
4054 DbgInfo = CGF.getDebugInfo()->getOrCreateStandaloneType(*arrayType, loc); in emitArraySubscriptGEP()
4720 llvm::DIType *DbgInfo = CGF.getDebugInfo()->getOrCreateStandaloneType( in emitPreserveStructAccess()
4770 (!getDebugInfo() || !rec->hasAttr<BPFPreserveAccessIndexAttr>())) { in EmitLValueForField()
4775 llvm::DIType *DbgInfo = getDebugInfo()->getOrCreateRecordType( in EmitLValueForField()
4864 (getDebugInfo() && rec->hasAttr<BPFPreserveAccessIndexAttr>())) { in EmitLValueForField()
4866 llvm::DIType *DbgInfo = getDebugInfo()->getOrCreateStandaloneType(base.getType(), in EmitLValueForField()
4878 (!getDebugInfo() || !rec->hasAttr<BPFPreserveAccessIndexAttr>())) in EmitLValueForField()
5934 if (CGDebugInfo *DI = getDebugInfo()) { in EmitCall()
H A DCGStmt.cpp47 if (CGDebugInfo *DI = getDebugInfo()) { in EmitStopPoint()
661 if (CGDebugInfo *DI = getDebugInfo()) { in EmitLabel()
1550 if (CGDebugInfo *Dbg = getDebugInfo()) in EmitCaseStmt()
H A DCGCoroutine.cpp707 CGDebugInfo *DI = getDebugInfo(); in EmitCoroutineBody()
H A DCGDebugInfo.cpp73 : CGM(CGM), DebugKind(CGM.getCodeGenOpts().getDebugInfo()), in CGDebugInfo()
99 auto *DI = CGF->getDebugInfo(); in init()
134 if (!CGF.getDebugInfo()) { in ApplyDebugLocation()
153 if (!CGF.getDebugInfo()) { in ApplyInlineDebugLocation()
157 auto &DI = *CGF.getDebugInfo(); in ApplyInlineDebugLocation()
169 auto &DI = *CGF->getDebugInfo(); in ~ApplyInlineDebugLocation()
2476 if (CGM.getCodeGenOpts().getDebugInfo() <= in addHeapAllocSiteMetadata()
H A DCGExprCXX.cpp1674 if (getDebugInfo()) in EmitCXXNewExpr()
1676 getDebugInfo()->addHeapAllocSiteMetadata(newCall, allocType, in EmitCXXNewExpr()
H A DCodeGenAction.cpp1046 if (CI.getCodeGenOpts().getDebugInfo() != codegenoptions::NoDebugInfo && in CreateASTConsumer()
H A DCGVTables.cpp1064 CodeGenOpts.getDebugInfo() != llvm::codegenoptions::NoDebugInfo) && in getVTableLinkage()
H A DCGBlocks.cpp1382 if (CGDebugInfo *DI = getDebugInfo()) { in setBlockContextParameter()
1548 if (CGDebugInfo *DI = getDebugInfo()) { in GenerateBlockFunction()
H A DCodeGenFunction.h953 if (CGDebugInfo *DI = CGF.getDebugInfo())
965 if (CGDebugInfo *DI = CGF.getDebugInfo())
2046 CGDebugInfo *getDebugInfo() {
H A DCGCall.cpp4596 if ((disabledDebugInfo = isa<CXXDefaultArgExpr>(E) && CGF.getDebugInfo())) in DisableDebugLocationUpdates()
5683 if (getDebugInfo() && TargetDecl && in EmitCall()
5685 getDebugInfo()->addHeapAllocSiteMetadata(CI, RetTy->getPointeeType(), Loc); in EmitCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp80 From->getDebugInfo(MDs); in copyDebugLocMetadata()
H A DStripSymbols.cpp204 GV.getDebugInfo(GVEs); in stripDeadDebugInfoImpl()
H A DSCCP.cpp379 GV->getDebugInfo(GVEs); in runIPSCCP()
H A DGlobalOpt.cpp433 GV->getDebugInfo(GVs); in transferSRADebugInfo()
1186 GV->getDebugInfo(GVs); in TryToShrinkGlobalToBoolean()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp171 (CI.getCodeGenOpts().getDebugInfo() != in CreateASTConsumer()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1031 should_create_file |= m_compiler->getCodeGenOpts().getDebugInfo() == in ParseInternal()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp1380 GV->getDebugInfo(GVEs); in LLVMGetDebugLocDirectory()
1404 GV->getDebugInfo(GVEs); in LLVMGetDebugLocFilename()
1427 GV->getDebugInfo(GVEs); in LLVMGetDebugLocLine()
H A DMetadata.cpp1839 void GlobalVariable::getDebugInfo( in getDebugInfo() function in GlobalVariable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1436 Global.getDebugInfo(GVs); in processGlobals()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1775 Opts.getDebugInfo() == llvm::codegenoptions::LimitedDebugInfo) in ParseCodeGenArgs()
1778 Opts.getDebugInfo() == llvm::codegenoptions::DebugInfoConstructor) in ParseCodeGenArgs()
2134 Opts.getDebugInfo() == llvm::codegenoptions::NoDebugInfo) in ParseCodeGenArgs()

12