| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Passes/ |
| H A D | PassBuilder.h | 41 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 D | BackendUtil.cpp | 706 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 D | CGDebugInfo.cpp | 619 DwoId, CGOpts.SplitDwarfInlining, CGOpts.DebugInfoForProfiling, in CreateCompileUnit() 3530 !CGM.getCodeGenOpts().DebugInfoForProfiling && in collectFunctionDeclProps()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/opt/ |
| H A D | NewPMDriver.cpp | 146 static cl::opt<bool> DebugInfoForProfiling( 262 if (DebugInfoForProfiling) in runPassPipeline()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 1349 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 D | DIBuilder.h | 148 bool DebugInfoForProfiling = false,
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | DebugInfo.h | 267 LLVMBool DebugInfoForProfiling, const char *SysRoot, size_t SysRootLen,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DIBuilder.cpp | 142 bool SplitDebugInlining, bool DebugInfoForProfiling, in createCompileUnit() argument 154 SplitDebugInlining, DebugInfoForProfiling, NameTableKind, in createCompileUnit()
|
| H A D | DebugInfoMetadata.cpp | 744 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, in getImpl() argument 766 DebugInfoForProfiling, NameTableKind, RangesBaseAddress, in getImpl()
|
| H A D | DebugInfo.cpp | 918 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 D | PassBuilder.cpp | 1499 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 D | CodeGenOptions.def | 397 CODEGENOPT(DebugInfoForProfiling, 1, 0)
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 1172 CodeGenOpts<"DebugInfoForProfiling">, DefaultFalse,
|