Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DPGOOptions.h28 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 DNewPMDriver.cpp201 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 DBackendUtil.cpp774 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 DCGDebugInfo.cpp643 DwoId, CGOpts.SplitDwarfInlining, CGOpts.DebugInfoForProfiling, in CreateCompileUnit()
3707 !CGM.getCodeGenOpts().DebugInfoForProfiling && in collectFunctionDeclProps()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1395 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 DDIBuilder.h164 bool DebugInfoForProfiling = false,
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfoMetadata.cpp852 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 DDIBuilder.cpp155 bool SplitDebugInlining, bool DebugInfoForProfiling, in createCompileUnit() argument
167 SplitDebugInlining, DebugInfoForProfiling, NameTableKind, in createCompileUnit()
H A DDebugInfo.cpp976 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 DPassBuilderPipelines.cpp1414 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 Ddebuginfo_ocaml.c212 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 DDebugInfo.h291 LLVMBool DebugInfoForProfiling, const char *SysRoot, size_t SysRootLen,
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCodeGenOptions.def448 CODEGENOPT(DebugInfoForProfiling, 1, 0)
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td1296 CodeGenOpts<"DebugInfoForProfiling">, DefaultFalse,