| /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 | 36 bool DebugInfoForProfiling = false, 50 bool DebugInfoForProfiling; member
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 787 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 D | CGDebugInfo.cpp | 669 DwoId, CGOpts.SplitDwarfInlining, CGOpts.DebugInfoForProfiling, in CreateCompileUnit() 4006 !CGM.getCodeGenOpts().DebugInfoForProfiling && in collectFunctionDeclProps()
|
| H A D | CGExprScalar.cpp | 1953 if (CGF.CGM.getCodeGenOpts().DebugInfoForProfiling && CGF.getDebugInfo()) { in VisitMemberExpr()
|
| /freebsd/contrib/llvm-project/llvm/tools/opt/ |
| H A D | NewPMDriver.cpp | 218 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 D | DebugInfoMetadata.h | 1466 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 D | DIBuilder.h | 176 bool DebugInfoForProfiling = false,
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DebugOptions.def | 132 DEBUGOPT(DebugInfoForProfiling, 1, 0)
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugInfoMetadata.cpp | 931 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 D | DIBuilder.cpp | 139 bool SplitDebugInlining, bool DebugInfoForProfiling, in createCompileUnit() argument 151 SplitDebugInlining, DebugInfoForProfiling, NameTableKind, in createCompileUnit()
|
| H A D | DebugInfo.cpp | 1075 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 D | PassBuilderPipelines.cpp | 1580 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 D | DebugInfo.h | 305 LLVMBool DebugInfoForProfiling, const char *SysRoot, size_t SysRootLen,
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 1775 CodeGenOpts<"DebugInfoForProfiling">, DefaultFalse,
|