Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Passes/
H A DPassBuilder.h41 bool DebugInfoForProfiling = false,
45 CSAction(CSAction), DebugInfoForProfiling(DebugInfoForProfiling || in ProfileFile()
66 this->DebugInfoForProfiling || this->PseudoProbeForProfiling); in ProfileFile()
71 if (this->DebugInfoForProfiling && this->PseudoProbeForProfiling) { in ProfileFile()
81 bool DebugInfoForProfiling; member
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp706 if (CodeGenOpts.DebugInfoForProfiling || in CreatePasses()
1217 CodeGenOpts.DebugInfoForProfiling); in EmitAssemblyWithNewPassManager()
1224 CSAction, CodeGenOpts.DebugInfoForProfiling); in EmitAssemblyWithNewPassManager()
1230 CodeGenOpts.DebugInfoForProfiling, CodeGenOpts.PseudoProbeForProfiling); in EmitAssemblyWithNewPassManager()
1235 CodeGenOpts.DebugInfoForProfiling, true); in EmitAssemblyWithNewPassManager()
1236 else if (CodeGenOpts.DebugInfoForProfiling) in EmitAssemblyWithNewPassManager()
1261 CodeGenOpts.DebugInfoForProfiling); in EmitAssemblyWithNewPassManager()
H A DCGDebugInfo.cpp619 DwoId, CGOpts.SplitDwarfInlining, CGOpts.DebugInfoForProfiling, in CreateCompileUnit()
3530 !CGM.getCodeGenOpts().DebugInfoForProfiling && in collectFunctionDeclProps()
/freebsd-13.1/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp146 static cl::opt<bool> DebugInfoForProfiling(
262 if (DebugInfoForProfiling) in runPassPipeline()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1349 bool DebugInfoForProfiling; variable
1356 bool DebugInfoForProfiling, unsigned NameTableKind, in DICompileUnit() argument
1362 DebugInfoForProfiling(DebugInfoForProfiling), in DICompileUnit()
1376 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling,
1385 DebugInfoForProfiling, NameTableKind, RangesBaseAddress,
1396 bool DebugInfoForProfiling, unsigned NameTableKind,
1422 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling,
1428 DebugInfoForProfiling, (unsigned)NameTableKind, RangesBaseAddress,
1437 bool SplitDebugInlining, bool DebugInfoForProfiling,
1443 DebugInfoForProfiling, NameTableKind, RangesBaseAddress, SysRoot, SDK))
[all …]
H A DDIBuilder.h148 bool DebugInfoForProfiling = false,
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm-c/
H A DDebugInfo.h267 LLVMBool DebugInfoForProfiling, const char *SysRoot, size_t SysRootLen,
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp142 bool SplitDebugInlining, bool DebugInfoForProfiling, in createCompileUnit() argument
154 SplitDebugInlining, DebugInfoForProfiling, NameTableKind, in createCompileUnit()
H A DDebugInfoMetadata.cpp744 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, in getImpl() argument
766 DebugInfoForProfiling, NameTableKind, RangesBaseAddress, in getImpl()
H A DDebugInfo.cpp918 LLVMBool DebugInfoForProfiling, const char *SysRoot, size_t SysRootLen, in LLVMDIBuilderCreateCompileUnit() argument
927 SplitDebugInlining, DebugInfoForProfiling, in LLVMDIBuilderCreateCompileUnit()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp1499 if (PGOOpt && PGOOpt->DebugInfoForProfiling) in buildPerModuleDefaultPipeline()
1535 if (PGOOpt && PGOOpt->DebugInfoForProfiling) in buildThinLTOPreLinkDefaultPipeline()
1931 if (PGOOpt && PGOOpt->DebugInfoForProfiling) in buildO0DefaultPipeline()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def397 CODEGENOPT(DebugInfoForProfiling, 1, 0)
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1172 CodeGenOpts<"DebugInfoForProfiling">, DefaultFalse,