Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DPGOOptions.cpp18 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 DPGOOptions.h34 bool DebugInfoForProfiling = false,
47 bool DebugInfoForProfiling; member
/freebsd-14.2/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp205 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 DBackendUtil.cpp758 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 DCGDebugInfo.cpp659 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 DDebugOptions.def130 DEBUGOPT(DebugInfoForProfiling, 1, 0)
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1408 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 DDIBuilder.h167 bool DebugInfoForProfiling = false,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp1506 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 DDebugInfoMetadata.cpp921 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 DDIBuilder.cpp139 bool SplitDebugInlining, bool DebugInfoForProfiling, in createCompileUnit() argument
151 SplitDebugInlining, DebugInfoForProfiling, NameTableKind, in createCompileUnit()
H A DDebugInfo.cpp1070 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 DDebugInfo.h292 LLVMBool DebugInfoForProfiling, const char *SysRoot, size_t SysRootLen,
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1674 CodeGenOpts<"DebugInfoForProfiling">, DefaultFalse,