/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | CodeGenOptions.h | 529 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 D | GlobalVariable.h | 190 void getDebugInfo(SmallVectorImpl<DIGlobalVariableExpression *> &GVs) const;
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDecl.cpp | 111 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 D | CodeGenFunction.cpp | 394 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 D | CGHLSLRuntime.cpp | 133 if (CGM.getCodeGenOpts().getDebugInfo() >= in addConstant()
|
H A D | CGExpr.cpp | 4024 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 D | CGDebugInfo.cpp | 83 : 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 D | CGStmt.cpp | 51 if (CGDebugInfo *DI = getDebugInfo()) { in EmitStopPoint() 678 if (CGDebugInfo *DI = getDebugInfo()) { in EmitLabel() 1729 if (CGDebugInfo *Dbg = getDebugInfo()) in EmitCaseStmt()
|
H A D | CGCoroutine.cpp | 840 CGDebugInfo *DI = getDebugInfo(); in EmitCoroutineBody()
|
H A D | CGExprCXX.cpp | 1673 if (getDebugInfo()) in EmitCXXNewExpr() 1675 getDebugInfo()->addHeapAllocSiteMetadata(newCall, allocType, in EmitCXXNewExpr()
|
H A D | CodeGenAction.cpp | 1027 if (CI.getCodeGenOpts().getDebugInfo() != codegenoptions::NoDebugInfo && in CreateASTConsumer()
|
H A D | CGBlocks.cpp | 1394 if (CGDebugInfo *DI = getDebugInfo()) { in setBlockContextParameter() 1563 if (CGDebugInfo *DI = getDebugInfo()) { in GenerateBlockFunction()
|
H A D | CGVTables.cpp | 1109 CodeGenOpts.getDebugInfo() != llvm::codegenoptions::NoDebugInfo) && in getVTableLinkage()
|
H A D | CodeGenFunction.h | 1039 if (CGDebugInfo *DI = CGF.getDebugInfo()) 1051 if (CGDebugInfo *DI = CGF.getDebugInfo()) 2136 CGDebugInfo *getDebugInfo() {
|
H A D | CGCall.cpp | 4618 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 D | CGObjC.cpp | 1770 CGDebugInfo *DI = getDebugInfo(); in EmitObjCForCollectionStmt() 3647 CGDebugInfo *DI = getDebugInfo(); in EmitObjCAutoreleasePoolStmt()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ConstantMerge.cpp | 81 From->getDebugInfo(MDs); in copyDebugLocMetadata()
|
H A D | StripSymbols.cpp | 204 GV.getDebugInfo(GVEs); in stripDeadDebugInfoImpl()
|
H A D | SCCP.cpp | 367 GV->getDebugInfo(GVEs); in runIPSCCP()
|
H A D | GlobalOpt.cpp | 443 GV->getDebugInfo(GVs); in transferSRADebugInfo() 1197 GV->getDebugInfo(GVs); in TryToShrinkGlobalToBoolean()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionParser.cpp | 1034 should_create_file |= m_compiler->getCodeGenOpts().getDebugInfo() == in ParseInternal()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 1435 Global.getDebugInfo(GVs); in processGlobals()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Core.cpp | 1464 GV->getDebugInfo(GVEs); in LLVMGetDebugLocDirectory() 1488 GV->getDebugInfo(GVEs); in LLVMGetDebugLocFilename() 1511 GV->getDebugInfo(GVEs); in LLVMGetDebugLocLine()
|
H A D | Metadata.cpp | 1848 void GlobalVariable::getDebugInfo( in getDebugInfo() function in GlobalVariable
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 1851 Opts.getDebugInfo() == llvm::codegenoptions::LimitedDebugInfo) in ParseCodeGenArgs() 1854 Opts.getDebugInfo() == llvm::codegenoptions::DebugInfoConstructor) in ParseCodeGenArgs() 2204 Opts.getDebugInfo() == llvm::codegenoptions::NoDebugInfo) in ParseCodeGenArgs()
|