| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | PGOOptions.cpp | 19 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 D | PGOOptions.h | 39 bool DebugInfoForProfiling = false, 53 bool DebugInfoForProfiling; member
|
| /freebsd/contrib/llvm-project/llvm/tools/opt/ |
| H A D | NewPMDriver.cpp | 225 static cl::opt<bool> DebugInfoForProfiling( 378 if (DebugInfoForProfiling || PseudoProbeForProfiling || in runPassPipeline() 382 DebugInfoForProfiling, PseudoProbeForProfiling); in runPassPipeline()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 840 ClPGOColdFuncAttr, CodeGenOpts.DebugInfoForProfiling, in RunOptimizationPipeline() 851 CodeGenOpts.DebugInfoForProfiling); in RunOptimizationPipeline() 858 CodeGenOpts.DebugInfoForProfiling, CodeGenOpts.PseudoProbeForProfiling); in RunOptimizationPipeline() 863 ClPGOColdFuncAttr, CodeGenOpts.DebugInfoForProfiling); in RunOptimizationPipeline() 869 ClPGOColdFuncAttr, CodeGenOpts.DebugInfoForProfiling, true); in RunOptimizationPipeline() 870 else if (CodeGenOpts.DebugInfoForProfiling) in RunOptimizationPipeline() 892 CodeGenOpts.DebugInfoForProfiling); in RunOptimizationPipeline()
|
| H A D | CGDebugInfo.cpp | 808 DwoId, CGOpts.SplitDwarfInlining, CGOpts.DebugInfoForProfiling, in CreateCompileUnit() 4256 !CGM.getCodeGenOpts().DebugInfoForProfiling && in collectFunctionDeclProps()
|
| H A D | CGExprScalar.cpp | 2039 if (CGF.CGM.getCodeGenOpts().DebugInfoForProfiling && CGF.getDebugInfo()) { in VisitMemberExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DebugOptions.def | 117 DEBUGOPT(DebugInfoForProfiling, 1, 0, Affecting)
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 2014 bool DebugInfoForProfiling; variable 2020 bool DebugInfoForProfiling, unsigned NameTableKind, 2032 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, 2041 DebugInfoForProfiling, NameTableKind, RangesBaseAddress, 2052 bool DebugInfoForProfiling, unsigned NameTableKind, 2078 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, 2084 DebugInfoForProfiling, (unsigned)NameTableKind, RangesBaseAddress, 2093 bool SplitDebugInlining, bool DebugInfoForProfiling, 2099 DebugInfoForProfiling, NameTableKind, RangesBaseAddress, SysRoot, SDK)) 2112 bool getDebugInfoForProfiling() const { return DebugInfoForProfiling; } in getDebugInfoForProfiling()
|
| H A D | DIBuilder.h | 155 bool DebugInfoForProfiling = false,
|
| /freebsd/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | PassBuilderPipelines.cpp | 1649 if (PGOOpt && PGOOpt->DebugInfoForProfiling) in buildPerModuleDefaultPipeline() 1735 if (PGOOpt && PGOOpt->DebugInfoForProfiling) in buildThinLTOPreLinkDefaultPipeline() 2232 if (PGOOpt && PGOOpt->DebugInfoForProfiling) in buildO0DefaultPipeline()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugInfoMetadata.cpp | 1201 bool DebugInfoForProfiling, unsigned NameTableKind, in DICompileUnit() argument 1207 DebugInfoForProfiling(DebugInfoForProfiling), in DICompileUnit() 1218 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, in getImpl() argument 1240 DebugInfoForProfiling, NameTableKind, RangesBaseAddress, in getImpl()
|
| H A D | DIBuilder.cpp | 137 bool SplitDebugInlining, bool DebugInfoForProfiling, in createCompileUnit() argument 149 SplitDebugInlining, DebugInfoForProfiling, NameTableKind, in createCompileUnit()
|
| H A D | DebugInfo.cpp | 1103 LLVMBool DebugInfoForProfiling, const char *SysRoot, size_t SysRootLen, in LLVMDIBuilderCreateCompileUnit() argument 1112 SplitDebugInlining, DebugInfoForProfiling, in LLVMDIBuilderCreateCompileUnit()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | DebugInfo.h | 312 LLVMBool DebugInfoForProfiling, const char *SysRoot, size_t SysRootLen,
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 1742 CodeGenOpts<"DebugInfoForProfiling">, DefaultFalse,
|