| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | PGOOptions.h | 28 bool DebugInfoForProfiling = false, 32 CSAction(CSAction), DebugInfoForProfiling(DebugInfoForProfiling || in ProfileFile() 53 this->DebugInfoForProfiling || this->PseudoProbeForProfiling); in ProfileFile() 60 bool DebugInfoForProfiling; member
|
| /llvm-project-15.0.7/llvm/tools/opt/ |
| H A D | NewPMDriver.cpp | 172 static cl::opt<bool> DebugInfoForProfiling( 312 if (DebugInfoForProfiling || PseudoProbeForProfiling) in runPassPipeline() 314 DebugInfoForProfiling, PseudoProbeForProfiling); in runPassPipeline()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 714 CodeGenOpts.DebugInfoForProfiling); in RunOptimizationPipeline() 721 CSAction, CodeGenOpts.DebugInfoForProfiling); in RunOptimizationPipeline() 727 CodeGenOpts.DebugInfoForProfiling, CodeGenOpts.PseudoProbeForProfiling); in RunOptimizationPipeline() 732 CodeGenOpts.DebugInfoForProfiling, true); in RunOptimizationPipeline() 733 else if (CodeGenOpts.DebugInfoForProfiling) in RunOptimizationPipeline() 758 CodeGenOpts.DebugInfoForProfiling); in RunOptimizationPipeline()
|
| H A D | CGDebugInfo.cpp | 626 DwoId, CGOpts.SplitDwarfInlining, CGOpts.DebugInfoForProfiling, in CreateCompileUnit() 3690 !CGM.getCodeGenOpts().DebugInfoForProfiling && in collectFunctionDeclProps()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 1354 bool DebugInfoForProfiling; variable 1361 bool DebugInfoForProfiling, unsigned NameTableKind, 1373 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, 1382 DebugInfoForProfiling, NameTableKind, RangesBaseAddress, 1393 bool DebugInfoForProfiling, unsigned NameTableKind, 1419 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, 1425 DebugInfoForProfiling, (unsigned)NameTableKind, RangesBaseAddress, 1434 bool SplitDebugInlining, bool DebugInfoForProfiling, 1440 DebugInfoForProfiling, NameTableKind, RangesBaseAddress, SysRoot, SDK)) 1453 bool getDebugInfoForProfiling() const { return DebugInfoForProfiling; } in getDebugInfoForProfiling()
|
| H A D | DIBuilder.h | 162 bool DebugInfoForProfiling = false,
|
| /llvm-project-15.0.7/llvm/lib/Passes/ |
| H A D | PassBuilderPipelines.cpp | 1321 if (PGOOpt && PGOOpt->DebugInfoForProfiling) in buildPerModuleDefaultPipeline() 1359 if (PGOOpt && PGOOpt->DebugInfoForProfiling) in buildThinLTOPreLinkDefaultPipeline() 1789 if (PGOOpt && PGOOpt->DebugInfoForProfiling) in buildO0DefaultPipeline()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | DebugInfoMetadata.cpp | 817 bool DebugInfoForProfiling, unsigned NameTableKind, in DICompileUnit() argument 823 DebugInfoForProfiling(DebugInfoForProfiling), in DICompileUnit() 834 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, in getImpl() argument 856 DebugInfoForProfiling, NameTableKind, RangesBaseAddress, in getImpl()
|
| H A D | DIBuilder.cpp | 153 bool SplitDebugInlining, bool DebugInfoForProfiling, in createCompileUnit() argument 165 SplitDebugInlining, DebugInfoForProfiling, NameTableKind, in createCompileUnit()
|
| H A D | DebugInfo.cpp | 921 LLVMBool DebugInfoForProfiling, const char *SysRoot, size_t SysRootLen, in LLVMDIBuilderCreateCompileUnit() argument 930 SplitDebugInlining, DebugInfoForProfiling, in LLVMDIBuilderCreateCompileUnit()
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/debuginfo/ |
| H A D | debuginfo_ocaml.c | 212 value DebugInfoForProfiling, value SysRoot, value SDK) { in llvm_dibuild_create_compile_unit_native() argument 218 Bool_val(SplitDebugInline), Bool_val(DebugInfoForProfiling), in llvm_dibuild_create_compile_unit_native()
|
| /llvm-project-15.0.7/llvm/include/llvm-c/ |
| H A D | DebugInfo.h | 281 LLVMBool DebugInfoForProfiling, const char *SysRoot, size_t SysRootLen,
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 427 CODEGENOPT(DebugInfoForProfiling, 1, 0)
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Options.td | 1268 CodeGenOpts<"DebugInfoForProfiling">, DefaultFalse,
|