Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPGOOptions.cpp19 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 DPGOOptions.h39 bool DebugInfoForProfiling = false,
53 bool DebugInfoForProfiling; member
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp225 static cl::opt<bool> DebugInfoForProfiling(
378 if (DebugInfoForProfiling || PseudoProbeForProfiling || in runPassPipeline()
382 DebugInfoForProfiling, PseudoProbeForProfiling); in runPassPipeline()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp840 ClPGOColdFuncAttr, CodeGenOpts.DebugInfoForProfiling, in RunOptimizationPipeline()
851 CodeGenOpts.DebugInfoForProfiling); in RunOptimizationPipeline()
858 CodeGenOpts.DebugInfoForProfiling, CodeGenOpts.PseudoProbeForProfiling); in RunOptimizationPipeline()
863 ClPGOColdFuncAttr, CodeGenOpts.DebugInfoForProfiling); in RunOptimizationPipeline()
869 ClPGOColdFuncAttr, CodeGenOpts.DebugInfoForProfiling, true); in RunOptimizationPipeline()
870 else if (CodeGenOpts.DebugInfoForProfiling) in RunOptimizationPipeline()
892 CodeGenOpts.DebugInfoForProfiling); in RunOptimizationPipeline()
H A DCGDebugInfo.cpp808 DwoId, CGOpts.SplitDwarfInlining, CGOpts.DebugInfoForProfiling, in CreateCompileUnit()
4256 !CGM.getCodeGenOpts().DebugInfoForProfiling && in collectFunctionDeclProps()
H A DCGExprScalar.cpp2039 if (CGF.CGM.getCodeGenOpts().DebugInfoForProfiling && CGF.getDebugInfo()) { in VisitMemberExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDebugOptions.def117 DEBUGOPT(DebugInfoForProfiling, 1, 0, Affecting)
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2014 bool DebugInfoForProfiling; variable
2020 bool DebugInfoForProfiling, unsigned NameTableKind,
2032 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling,
2041 DebugInfoForProfiling, NameTableKind, RangesBaseAddress,
2052 bool DebugInfoForProfiling, unsigned NameTableKind,
2078 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling,
2084 DebugInfoForProfiling, (unsigned)NameTableKind, RangesBaseAddress,
2093 bool SplitDebugInlining, bool DebugInfoForProfiling,
2099 DebugInfoForProfiling, NameTableKind, RangesBaseAddress, SysRoot, SDK))
2112 bool getDebugInfoForProfiling() const { return DebugInfoForProfiling; } in getDebugInfoForProfiling()
H A DDIBuilder.h155 bool DebugInfoForProfiling = false,
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp1649 if (PGOOpt && PGOOpt->DebugInfoForProfiling) in buildPerModuleDefaultPipeline()
1735 if (PGOOpt && PGOOpt->DebugInfoForProfiling) in buildThinLTOPreLinkDefaultPipeline()
2232 if (PGOOpt && PGOOpt->DebugInfoForProfiling) in buildO0DefaultPipeline()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1201 bool DebugInfoForProfiling, unsigned NameTableKind, in DICompileUnit() argument
1207 DebugInfoForProfiling(DebugInfoForProfiling), in DICompileUnit()
1218 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, in getImpl() argument
1240 DebugInfoForProfiling, NameTableKind, RangesBaseAddress, in getImpl()
H A DDIBuilder.cpp137 bool SplitDebugInlining, bool DebugInfoForProfiling, in createCompileUnit() argument
149 SplitDebugInlining, DebugInfoForProfiling, NameTableKind, in createCompileUnit()
H A DDebugInfo.cpp1103 LLVMBool DebugInfoForProfiling, const char *SysRoot, size_t SysRootLen, in LLVMDIBuilderCreateCompileUnit() argument
1112 SplitDebugInlining, DebugInfoForProfiling, in LLVMDIBuilderCreateCompileUnit()
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DDebugInfo.h312 LLVMBool DebugInfoForProfiling, const char *SysRoot, size_t SysRootLen,
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1742 CodeGenOpts<"DebugInfoForProfiling">, DefaultFalse,