Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/opt/
H A DNewPMDriver.cpp121 static cl::opt<bool> DebugInfoForProfiling(
243 if (DebugInfoForProfiling) in runPassPipeline()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1193 bool DebugInfoForProfiling;
1200 bool DebugInfoForProfiling, unsigned NameTableKind,
1206 DebugInfoForProfiling(DebugInfoForProfiling),
1220 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling,
1229 DWOId, SplitDebugInlining, DebugInfoForProfiling,
1239 bool DebugInfoForProfiling, unsigned NameTableKind,
1264 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling,
1269 DebugInfoForProfiling, (unsigned)NameTableKind, RangesBaseAddress))
1277 bool SplitDebugInlining, bool DebugInfoForProfiling,
1282 DebugInfoForProfiling, NameTableKind, RangesBaseAddress))
[all …]
H A DDIBuilder.h146 bool DebugInfoForProfiling = false,
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp567 if (CodeGenOpts.DebugInfoForProfiling || in CreatePasses()
948 CodeGenOpts.DebugInfoForProfiling); in EmitAssemblyWithNewPassManager()
953 CodeGenOpts.DebugInfoForProfiling); in EmitAssemblyWithNewPassManager()
958 CodeGenOpts.DebugInfoForProfiling); in EmitAssemblyWithNewPassManager()
959 else if (CodeGenOpts.DebugInfoForProfiling) in EmitAssemblyWithNewPassManager()
H A DCGDebugInfo.cpp618 CGOpts.DebugInfoForProfiling, in CreateCompileUnit()
3113 !CGM.getCodeGenOpts().DebugInfoForProfiling && in collectFunctionDeclProps()
/freebsd-12.1/contrib/llvm/include/llvm-c/
H A DDebugInfo.h249 LLVMBool DebugInfoForProfiling);
/freebsd-12.1/contrib/llvm/lib/IR/
H A DDebugInfoMetadata.cpp515 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, in getImpl() argument
530 DebugInfoForProfiling, NameTableKind, RangesBaseAddress, in getImpl()
H A DDIBuilder.cpp142 bool SplitDebugInlining, bool DebugInfoForProfiling, in createCompileUnit() argument
153 SplitDebugInlining, DebugInfoForProfiling, NameTableKind, in createCompileUnit()
H A DDebugInfo.cpp760 LLVMBool DebugInfoForProfiling) { in LLVMDIBuilderCreateCompileUnit() argument
769 SplitDebugInlining, DebugInfoForProfiling)); in LLVMDIBuilderCreateCompileUnit()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DCodeGenOptions.def338 CODEGENOPT(DebugInfoForProfiling, 1, 0)
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp776 Opts.DebugInfoForProfiling = Args.hasFlag( in ParseCodeGenArgs()