Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp698 if (CodeGenOpts.DebugInfoForProfiling || in CreatePasses()
1209 CodeGenOpts.DebugInfoForProfiling); in EmitAssemblyWithNewPassManager()
1216 CSAction, CodeGenOpts.DebugInfoForProfiling); in EmitAssemblyWithNewPassManager()
1222 CodeGenOpts.DebugInfoForProfiling, CodeGenOpts.PseudoProbeForProfiling); in EmitAssemblyWithNewPassManager()
1227 CodeGenOpts.DebugInfoForProfiling, true); in EmitAssemblyWithNewPassManager()
1228 else if (CodeGenOpts.DebugInfoForProfiling) in EmitAssemblyWithNewPassManager()
1253 CodeGenOpts.DebugInfoForProfiling); in EmitAssemblyWithNewPassManager()
H A DCGDebugInfo.cpp641 DwoId, CGOpts.SplitDwarfInlining, CGOpts.DebugInfoForProfiling, in CreateCompileUnit()
3548 !CGM.getCodeGenOpts().DebugInfoForProfiling && in collectFunctionDeclProps()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/
H A DNewPMDriver.cpp144 static cl::opt<bool> DebugInfoForProfiling(
260 if (DebugInfoForProfiling) in runPassPipeline()
/netbsd-src/external/apache2/llvm/dist/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,
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DDebugInfo.h267 LLVMBool DebugInfoForProfiling, const char *SysRoot, size_t SysRootLen,
/netbsd-src/external/apache2/llvm/dist/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.cpp882 LLVMBool DebugInfoForProfiling, const char *SysRoot, size_t SysRootLen, in LLVMDIBuilderCreateCompileUnit() argument
891 SplitDebugInlining, DebugInfoForProfiling, in LLVMDIBuilderCreateCompileUnit()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/
H A DPassBuilder.cpp1499 if (PGOOpt && PGOOpt->DebugInfoForProfiling) in buildPerModuleDefaultPipeline()
1535 if (PGOOpt && PGOOpt->DebugInfoForProfiling) in buildThinLTOPreLinkDefaultPipeline()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.def392 CODEGENOPT(DebugInfoForProfiling, 1, 0)
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td1168 CodeGenOpts<"DebugInfoForProfiling">, DefaultFalse,