Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DPGOOptions.h28 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 DNewPMDriver.cpp172 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 DBackendUtil.cpp714 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 DCGDebugInfo.cpp626 DwoId, CGOpts.SplitDwarfInlining, CGOpts.DebugInfoForProfiling, in CreateCompileUnit()
3690 !CGM.getCodeGenOpts().DebugInfoForProfiling && in collectFunctionDeclProps()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1354 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 DDIBuilder.h162 bool DebugInfoForProfiling = false,
/llvm-project-15.0.7/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp1321 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 DDebugInfoMetadata.cpp817 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 DDIBuilder.cpp153 bool SplitDebugInlining, bool DebugInfoForProfiling, in createCompileUnit() argument
165 SplitDebugInlining, DebugInfoForProfiling, NameTableKind, in createCompileUnit()
H A DDebugInfo.cpp921 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 Ddebuginfo_ocaml.c212 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 DDebugInfo.h281 LLVMBool DebugInfoForProfiling, const char *SysRoot, size_t SysRootLen,
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.def427 CODEGENOPT(DebugInfoForProfiling, 1, 0)
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td1268 CodeGenOpts<"DebugInfoForProfiling">, DefaultFalse,