| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | PGOOptions.cpp | 18 CSPGOAction CSAction, bool DebugInfoForProfiling, in PGOOptions() argument 23 DebugInfoForProfiling(DebugInfoForProfiling || in PGOOptions() 47 !this->MemoryProfile.empty() || this->DebugInfoForProfiling || in PGOOptions()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | PGOOptions.h | 34 bool DebugInfoForProfiling = false, 47 bool DebugInfoForProfiling; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/opt/ |
| H A D | NewPMDriver.cpp | 205 static cl::opt<bool> DebugInfoForProfiling( 354 if (DebugInfoForProfiling || PseudoProbeForProfiling || in runPassPipeline() 357 PGOOptions::NoCSAction, DebugInfoForProfiling, in runPassPipeline()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 758 PGOOptions::NoCSAction, CodeGenOpts.DebugInfoForProfiling, in RunOptimizationPipeline() 767 PGOOptions::IRUse, CSAction, CodeGenOpts.DebugInfoForProfiling); in RunOptimizationPipeline() 773 PGOOptions::NoCSAction, CodeGenOpts.DebugInfoForProfiling, in RunOptimizationPipeline() 779 CodeGenOpts.DebugInfoForProfiling); in RunOptimizationPipeline() 784 CodeGenOpts.DebugInfoForProfiling, true); in RunOptimizationPipeline() 785 else if (CodeGenOpts.DebugInfoForProfiling) in RunOptimizationPipeline() 811 PGOOptions::CSIRInstr, CodeGenOpts.DebugInfoForProfiling); in RunOptimizationPipeline()
|
| H A D | CGDebugInfo.cpp | 659 DwoId, CGOpts.SplitDwarfInlining, CGOpts.DebugInfoForProfiling, in CreateCompileUnit() 3853 !CGM.getCodeGenOpts().DebugInfoForProfiling && in collectFunctionDeclProps()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DebugOptions.def | 130 DEBUGOPT(DebugInfoForProfiling, 1, 0)
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 1408 bool DebugInfoForProfiling; variable 1414 bool DebugInfoForProfiling, unsigned NameTableKind, 1426 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, 1435 DebugInfoForProfiling, NameTableKind, RangesBaseAddress, 1446 bool DebugInfoForProfiling, unsigned NameTableKind, 1472 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, 1478 DebugInfoForProfiling, (unsigned)NameTableKind, RangesBaseAddress, 1487 bool SplitDebugInlining, bool DebugInfoForProfiling, 1493 DebugInfoForProfiling, NameTableKind, RangesBaseAddress, SysRoot, SDK)) 1506 bool getDebugInfoForProfiling() const { return DebugInfoForProfiling; } in getDebugInfoForProfiling()
|
| H A D | DIBuilder.h | 167 bool DebugInfoForProfiling = false,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | PassBuilderPipelines.cpp | 1506 if (PGOOpt && PGOOpt->DebugInfoForProfiling) in buildPerModuleDefaultPipeline() 1569 if (PGOOpt && PGOOpt->DebugInfoForProfiling) in buildThinLTOPreLinkDefaultPipeline() 2013 if (PGOOpt && PGOOpt->DebugInfoForProfiling) in buildO0DefaultPipeline()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugInfoMetadata.cpp | 921 bool DebugInfoForProfiling, unsigned NameTableKind, in DICompileUnit() argument 927 DebugInfoForProfiling(DebugInfoForProfiling), in DICompileUnit() 938 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, in getImpl() argument 960 DebugInfoForProfiling, NameTableKind, RangesBaseAddress, in getImpl()
|
| H A D | DIBuilder.cpp | 139 bool SplitDebugInlining, bool DebugInfoForProfiling, in createCompileUnit() argument 151 SplitDebugInlining, DebugInfoForProfiling, NameTableKind, in createCompileUnit()
|
| H A D | DebugInfo.cpp | 1070 LLVMBool DebugInfoForProfiling, const char *SysRoot, size_t SysRootLen, in LLVMDIBuilderCreateCompileUnit() argument 1079 SplitDebugInlining, DebugInfoForProfiling, in LLVMDIBuilderCreateCompileUnit()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | DebugInfo.h | 292 LLVMBool DebugInfoForProfiling, const char *SysRoot, size_t SysRootLen,
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 1674 CodeGenOpts<"DebugInfoForProfiling">, DefaultFalse,
|