| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.h | 516 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 D | GlobalVariable.h | 190 void getDebugInfo(SmallVectorImpl<DIGlobalVariableExpression *> &GVs) const;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 108 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 D | CodeGenFunction.cpp | 350 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 D | CGHLSLRuntime.cpp | 130 if (CGM.getCodeGenOpts().getDebugInfo() >= in addConstant()
|
| H A D | CGExpr.cpp | 3981 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 D | CGStmt.cpp | 47 if (CGDebugInfo *DI = getDebugInfo()) { in EmitStopPoint() 661 if (CGDebugInfo *DI = getDebugInfo()) { in EmitLabel() 1550 if (CGDebugInfo *Dbg = getDebugInfo()) in EmitCaseStmt()
|
| H A D | CGCoroutine.cpp | 707 CGDebugInfo *DI = getDebugInfo(); in EmitCoroutineBody()
|
| H A D | CGDebugInfo.cpp | 73 : 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 D | CGExprCXX.cpp | 1674 if (getDebugInfo()) in EmitCXXNewExpr() 1676 getDebugInfo()->addHeapAllocSiteMetadata(newCall, allocType, in EmitCXXNewExpr()
|
| H A D | CodeGenAction.cpp | 1046 if (CI.getCodeGenOpts().getDebugInfo() != codegenoptions::NoDebugInfo && in CreateASTConsumer()
|
| H A D | CGVTables.cpp | 1064 CodeGenOpts.getDebugInfo() != llvm::codegenoptions::NoDebugInfo) && in getVTableLinkage()
|
| H A D | CGBlocks.cpp | 1382 if (CGDebugInfo *DI = getDebugInfo()) { in setBlockContextParameter() 1548 if (CGDebugInfo *DI = getDebugInfo()) { in GenerateBlockFunction()
|
| H A D | CodeGenFunction.h | 953 if (CGDebugInfo *DI = CGF.getDebugInfo()) 965 if (CGDebugInfo *DI = CGF.getDebugInfo()) 2046 CGDebugInfo *getDebugInfo() {
|
| H A D | CGCall.cpp | 4596 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 D | ConstantMerge.cpp | 80 From->getDebugInfo(MDs); in copyDebugLocMetadata()
|
| H A D | StripSymbols.cpp | 204 GV.getDebugInfo(GVEs); in stripDeadDebugInfoImpl()
|
| H A D | SCCP.cpp | 379 GV->getDebugInfo(GVEs); in runIPSCCP()
|
| H A D | GlobalOpt.cpp | 433 GV->getDebugInfo(GVs); in transferSRADebugInfo() 1186 GV->getDebugInfo(GVs); in TryToShrinkGlobalToBoolean()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | FrontendActions.cpp | 171 (CI.getCodeGenOpts().getDebugInfo() != in CreateASTConsumer()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionParser.cpp | 1031 should_create_file |= m_compiler->getCodeGenOpts().getDebugInfo() == in ParseInternal()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Core.cpp | 1380 GV->getDebugInfo(GVEs); in LLVMGetDebugLocDirectory() 1404 GV->getDebugInfo(GVEs); in LLVMGetDebugLocFilename() 1427 GV->getDebugInfo(GVEs); in LLVMGetDebugLocLine()
|
| H A D | Metadata.cpp | 1839 void GlobalVariable::getDebugInfo( in getDebugInfo() function in GlobalVariable
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 1436 Global.getDebugInfo(GVs); in processGlobals()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 1775 Opts.getDebugInfo() == llvm::codegenoptions::LimitedDebugInfo) in ParseCodeGenArgs() 1778 Opts.getDebugInfo() == llvm::codegenoptions::DebugInfoConstructor) in ParseCodeGenArgs() 2134 Opts.getDebugInfo() == llvm::codegenoptions::NoDebugInfo) in ParseCodeGenArgs()
|