Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h529 return getDebugInfo() >= llvm::codegenoptions::DebugInfoConstructor; in hasReducedDebugInfo()
534 return getDebugInfo() >= llvm::codegenoptions::UnusedTypeInfo; in hasMaybeUnusedDebugInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h190 void getDebugInfo(SmallVectorImpl<DIGlobalVariableExpression *> &GVs) const;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp111 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl()
116 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl()
141 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl()
145 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl()
149 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl()
157 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl()
182 if (CGDebugInfo *DI = getDebugInfo()) in EmitDecl()
491 CGDebugInfo *DI = getDebugInfo(); in EmitStaticVarDecl()
1461 auto *DI = getDebugInfo(); in EmitAutoVarAlloca()
2746 if (CGDebugInfo *DI = getDebugInfo()) { in EmitParmDecl()
H A DCodeGenFunction.cpp394 if (CGDebugInfo *DI = getDebugInfo()) { in FinishFunction()
414 if (CGDebugInfo *DI = getDebugInfo()) { in FinishFunction()
438 if (CGDebugInfo *DI = getDebugInfo()) in FinishFunction()
1111 if (CGDebugInfo *DI = getDebugInfo()) { in StartFunction()
1317 if (CGDebugInfo *DI = getDebugInfo()) in StartFunction()
2524 if (CGDebugInfo *Dbg = getDebugInfo()) in EmitDeclRefExprDbgValue()
3023 if (CGDebugInfo *DI = getDebugInfo()) in SourceLocToDebugLoc()
H A DCGHLSLRuntime.cpp133 if (CGM.getCodeGenOpts().getDebugInfo() >= in addConstant()
H A DCGExpr.cpp4024 if (!ArrayBase || !CGF.getDebugInfo()) in IsPreserveAIArrayBase()
4098 DbgInfo = CGF.getDebugInfo()->getOrCreateStandaloneType(*arrayType, loc); in emitArraySubscriptGEP()
4778 llvm::DIType *DbgInfo = CGF.getDebugInfo()->getOrCreateStandaloneType( in emitPreserveStructAccess()
4828 (!getDebugInfo() || !rec->hasAttr<BPFPreserveAccessIndexAttr>())) { in EmitLValueForField()
4833 llvm::DIType *DbgInfo = getDebugInfo()->getOrCreateRecordType( in EmitLValueForField()
4923 (getDebugInfo() && rec->hasAttr<BPFPreserveAccessIndexAttr>())) { in EmitLValueForField()
4925 llvm::DIType *DbgInfo = getDebugInfo()->getOrCreateStandaloneType(base.getType(), in EmitLValueForField()
4938 (!getDebugInfo() || !rec->hasAttr<BPFPreserveAccessIndexAttr>())) in EmitLValueForField()
6037 if (CGDebugInfo *DI = getDebugInfo()) { in EmitCall()
H A DCGDebugInfo.cpp83 : CGM(CGM), DebugKind(CGM.getCodeGenOpts().getDebugInfo()), in CGDebugInfo()
109 auto *DI = CGF->getDebugInfo(); in init()
144 if (!CGF.getDebugInfo()) { in ApplyDebugLocation()
163 if (!CGF.getDebugInfo()) { in ApplyInlineDebugLocation()
167 auto &DI = *CGF.getDebugInfo(); in ApplyInlineDebugLocation()
179 auto &DI = *CGF->getDebugInfo(); in ~ApplyInlineDebugLocation()
2602 if (CGM.getCodeGenOpts().getDebugInfo() <= in addHeapAllocSiteMetadata()
5784 if (CGM.getCodeGenOpts().getDebugInfo() <= in EmitPseudoVariable()
H A DCGStmt.cpp51 if (CGDebugInfo *DI = getDebugInfo()) { in EmitStopPoint()
678 if (CGDebugInfo *DI = getDebugInfo()) { in EmitLabel()
1729 if (CGDebugInfo *Dbg = getDebugInfo()) in EmitCaseStmt()
H A DCGCoroutine.cpp840 CGDebugInfo *DI = getDebugInfo(); in EmitCoroutineBody()
H A DCGExprCXX.cpp1673 if (getDebugInfo()) in EmitCXXNewExpr()
1675 getDebugInfo()->addHeapAllocSiteMetadata(newCall, allocType, in EmitCXXNewExpr()
H A DCodeGenAction.cpp1027 if (CI.getCodeGenOpts().getDebugInfo() != codegenoptions::NoDebugInfo && in CreateASTConsumer()
H A DCGBlocks.cpp1394 if (CGDebugInfo *DI = getDebugInfo()) { in setBlockContextParameter()
1563 if (CGDebugInfo *DI = getDebugInfo()) { in GenerateBlockFunction()
H A DCGVTables.cpp1109 CodeGenOpts.getDebugInfo() != llvm::codegenoptions::NoDebugInfo) && in getVTableLinkage()
H A DCodeGenFunction.h1039 if (CGDebugInfo *DI = CGF.getDebugInfo())
1051 if (CGDebugInfo *DI = CGF.getDebugInfo())
2136 CGDebugInfo *getDebugInfo() {
H A DCGCall.cpp4618 if ((disabledDebugInfo = isa<CXXDefaultArgExpr>(E) && CGF.getDebugInfo())) in DisableDebugLocationUpdates()
5774 if (getDebugInfo() && TargetDecl && in EmitCall()
5776 getDebugInfo()->addHeapAllocSiteMetadata(CI, RetTy->getPointeeType(), Loc); in EmitCall()
H A DCGObjC.cpp1770 CGDebugInfo *DI = getDebugInfo(); in EmitObjCForCollectionStmt()
3647 CGDebugInfo *DI = getDebugInfo(); in EmitObjCAutoreleasePoolStmt()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp81 From->getDebugInfo(MDs); in copyDebugLocMetadata()
H A DStripSymbols.cpp204 GV.getDebugInfo(GVEs); in stripDeadDebugInfoImpl()
H A DSCCP.cpp367 GV->getDebugInfo(GVEs); in runIPSCCP()
H A DGlobalOpt.cpp443 GV->getDebugInfo(GVs); in transferSRADebugInfo()
1197 GV->getDebugInfo(GVs); in TryToShrinkGlobalToBoolean()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1034 should_create_file |= m_compiler->getCodeGenOpts().getDebugInfo() == in ParseInternal()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1435 Global.getDebugInfo(GVs); in processGlobals()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp1464 GV->getDebugInfo(GVEs); in LLVMGetDebugLocDirectory()
1488 GV->getDebugInfo(GVEs); in LLVMGetDebugLocFilename()
1511 GV->getDebugInfo(GVEs); in LLVMGetDebugLocLine()
H A DMetadata.cpp1848 void GlobalVariable::getDebugInfo( in getDebugInfo() function in GlobalVariable
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1851 Opts.getDebugInfo() == llvm::codegenoptions::LimitedDebugInfo) in ParseCodeGenArgs()
1854 Opts.getDebugInfo() == llvm::codegenoptions::DebugInfoConstructor) in ParseCodeGenArgs()
2204 Opts.getDebugInfo() == llvm::codegenoptions::NoDebugInfo) in ParseCodeGenArgs()

12