| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | PGOOptions.h | 28 bool DebugInfoForProfiling = false, 32 CSAction(CSAction), DebugInfoForProfiling(DebugInfoForProfiling || in ProfileFile() 53 this->DebugInfoForProfiling || this->PseudoProbeForProfiling); in ProfileFile() 60 bool DebugInfoForProfiling; member
|
| /openbsd-src/gnu/llvm/llvm/tools/opt/ |
| H A D | NewPMDriver.cpp | 201 static cl::opt<bool> DebugInfoForProfiling( 349 if (DebugInfoForProfiling || PseudoProbeForProfiling) in runPassPipeline() 351 DebugInfoForProfiling, PseudoProbeForProfiling); in runPassPipeline()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 774 CodeGenOpts.DebugInfoForProfiling); in RunOptimizationPipeline() 781 CSAction, CodeGenOpts.DebugInfoForProfiling); in RunOptimizationPipeline() 787 CodeGenOpts.DebugInfoForProfiling, CodeGenOpts.PseudoProbeForProfiling); in RunOptimizationPipeline() 792 CodeGenOpts.DebugInfoForProfiling, true); in RunOptimizationPipeline() 793 else if (CodeGenOpts.DebugInfoForProfiling) in RunOptimizationPipeline() 818 CodeGenOpts.DebugInfoForProfiling); in RunOptimizationPipeline()
|
| H A D | CGDebugInfo.cpp | 643 DwoId, CGOpts.SplitDwarfInlining, CGOpts.DebugInfoForProfiling, in CreateCompileUnit() 3707 !CGM.getCodeGenOpts().DebugInfoForProfiling && in collectFunctionDeclProps()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 1395 bool DebugInfoForProfiling; variable 1402 bool DebugInfoForProfiling, unsigned NameTableKind, 1414 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, 1423 DebugInfoForProfiling, NameTableKind, RangesBaseAddress, 1434 bool DebugInfoForProfiling, unsigned NameTableKind, 1460 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, 1466 DebugInfoForProfiling, (unsigned)NameTableKind, RangesBaseAddress, 1475 bool SplitDebugInlining, bool DebugInfoForProfiling, 1481 DebugInfoForProfiling, NameTableKind, RangesBaseAddress, SysRoot, SDK)) 1494 bool getDebugInfoForProfiling() const { return DebugInfoForProfiling; } in getDebugInfoForProfiling()
|
| H A D | DIBuilder.h | 164 bool DebugInfoForProfiling = false,
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | DebugInfoMetadata.cpp | 852 bool DebugInfoForProfiling, unsigned NameTableKind, in DICompileUnit() argument 858 DebugInfoForProfiling(DebugInfoForProfiling), in DICompileUnit() 869 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, in getImpl() argument 891 DebugInfoForProfiling, NameTableKind, RangesBaseAddress, in getImpl()
|
| H A D | DIBuilder.cpp | 155 bool SplitDebugInlining, bool DebugInfoForProfiling, in createCompileUnit() argument 167 SplitDebugInlining, DebugInfoForProfiling, NameTableKind, in createCompileUnit()
|
| H A D | DebugInfo.cpp | 976 LLVMBool DebugInfoForProfiling, const char *SysRoot, size_t SysRootLen, in LLVMDIBuilderCreateCompileUnit() argument 985 SplitDebugInlining, DebugInfoForProfiling, in LLVMDIBuilderCreateCompileUnit()
|
| /openbsd-src/gnu/llvm/llvm/lib/Passes/ |
| H A D | PassBuilderPipelines.cpp | 1414 if (PGOOpt && PGOOpt->DebugInfoForProfiling) in buildPerModuleDefaultPipeline() 1452 if (PGOOpt && PGOOpt->DebugInfoForProfiling) in buildThinLTOPreLinkDefaultPipeline() 1886 if (PGOOpt && PGOOpt->DebugInfoForProfiling) in buildO0DefaultPipeline()
|
| /openbsd-src/gnu/llvm/llvm/bindings/ocaml/debuginfo/ |
| H A D | debuginfo_ocaml.c | 212 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()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm-c/ |
| H A D | DebugInfo.h | 291 LLVMBool DebugInfoForProfiling, const char *SysRoot, size_t SysRootLen,
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 448 CODEGENOPT(DebugInfoForProfiling, 1, 0)
|
| /openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
| H A D | Options.td | 1296 CodeGenOpts<"DebugInfoForProfiling">, DefaultFalse,
|