Home
last modified time | relevance | path

Searched refs:DebugInfoForProfiling (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPGOOptions.cpp19 bool DebugInfoForProfiling, bool PseudoProbeForProfiling, in PGOOptions() argument
24 DebugInfoForProfiling(DebugInfoForProfiling || in PGOOptions()
48 !this->MemoryProfile.empty() || this->DebugInfoForProfiling || in PGOOptions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DPGOOptions.h36 bool DebugInfoForProfiling = false,
50 bool DebugInfoForProfiling; member
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp787 CodeGenOpts.DebugInfoForProfiling, in RunOptimizationPipeline()
797 CodeGenOpts.DebugInfoForProfiling); in RunOptimizationPipeline()
804 CodeGenOpts.DebugInfoForProfiling, CodeGenOpts.PseudoProbeForProfiling); in RunOptimizationPipeline()
809 ClPGOColdFuncAttr, CodeGenOpts.DebugInfoForProfiling); in RunOptimizationPipeline()
815 ClPGOColdFuncAttr, CodeGenOpts.DebugInfoForProfiling, true); in RunOptimizationPipeline()
816 else if (CodeGenOpts.DebugInfoForProfiling) in RunOptimizationPipeline()
843 ClPGOColdFuncAttr, CodeGenOpts.DebugInfoForProfiling); in RunOptimizationPipeline()
H A DCGDebugInfo.cpp669 DwoId, CGOpts.SplitDwarfInlining, CGOpts.DebugInfoForProfiling, in CreateCompileUnit()
4006 !CGM.getCodeGenOpts().DebugInfoForProfiling && in collectFunctionDeclProps()
H A DCGExprScalar.cpp1953 if (CGF.CGM.getCodeGenOpts().DebugInfoForProfiling && CGF.getDebugInfo()) { in VisitMemberExpr()
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp218 static cl::opt<bool> DebugInfoForProfiling(
370 if (DebugInfoForProfiling || PseudoProbeForProfiling || in runPassPipeline()
374 DebugInfoForProfiling, PseudoProbeForProfiling); in runPassPipeline()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1466 bool DebugInfoForProfiling; variable
1472 bool DebugInfoForProfiling, unsigned NameTableKind,
1484 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling,
1493 DebugInfoForProfiling, NameTableKind, RangesBaseAddress,
1504 bool DebugInfoForProfiling, unsigned NameTableKind,
1530 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling,
1536 DebugInfoForProfiling, (unsigned)NameTableKind, RangesBaseAddress,
1545 bool SplitDebugInlining, bool DebugInfoForProfiling,
1551 DebugInfoForProfiling, NameTableKind, RangesBaseAddress, SysRoot, SDK))
1564 bool getDebugInfoForProfiling() const { return DebugInfoForProfiling; } in getDebugInfoForProfiling()
H A DDIBuilder.h176 bool DebugInfoForProfiling = false,
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDebugOptions.def132 DEBUGOPT(DebugInfoForProfiling, 1, 0)
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp931 bool DebugInfoForProfiling, unsigned NameTableKind, in DICompileUnit() argument
937 DebugInfoForProfiling(DebugInfoForProfiling), in DICompileUnit()
948 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, in getImpl() argument
970 DebugInfoForProfiling, NameTableKind, RangesBaseAddress, in getImpl()
H A DDIBuilder.cpp139 bool SplitDebugInlining, bool DebugInfoForProfiling, in createCompileUnit() argument
151 SplitDebugInlining, DebugInfoForProfiling, NameTableKind, in createCompileUnit()
H A DDebugInfo.cpp1075 LLVMBool DebugInfoForProfiling, const char *SysRoot, size_t SysRootLen, in LLVMDIBuilderCreateCompileUnit() argument
1084 SplitDebugInlining, DebugInfoForProfiling, in LLVMDIBuilderCreateCompileUnit()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp1580 if (PGOOpt && PGOOpt->DebugInfoForProfiling) in buildPerModuleDefaultPipeline()
1643 if (PGOOpt && PGOOpt->DebugInfoForProfiling) in buildThinLTOPreLinkDefaultPipeline()
2092 if (PGOOpt && PGOOpt->DebugInfoForProfiling) in buildO0DefaultPipeline()
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DDebugInfo.h305 LLVMBool DebugInfoForProfiling, const char *SysRoot, size_t SysRootLen,
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1775 CodeGenOpts<"DebugInfoForProfiling">, DefaultFalse,