Searched refs:DebugInfoForProfiling (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/opt/ |
| H A D | NewPMDriver.cpp | 121 static cl::opt<bool> DebugInfoForProfiling( 243 if (DebugInfoForProfiling) in runPassPipeline()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 1193 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 D | DIBuilder.h | 146 bool DebugInfoForProfiling = false,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 567 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 D | CGDebugInfo.cpp | 618 CGOpts.DebugInfoForProfiling, in CreateCompileUnit() 3113 !CGM.getCodeGenOpts().DebugInfoForProfiling && in collectFunctionDeclProps()
|
| /freebsd-12.1/contrib/llvm/include/llvm-c/ |
| H A D | DebugInfo.h | 249 LLVMBool DebugInfoForProfiling);
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | DebugInfoMetadata.cpp | 515 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, in getImpl() argument 530 DebugInfoForProfiling, NameTableKind, RangesBaseAddress, in getImpl()
|
| H A D | DIBuilder.cpp | 142 bool SplitDebugInlining, bool DebugInfoForProfiling, in createCompileUnit() argument 153 SplitDebugInlining, DebugInfoForProfiling, NameTableKind, in createCompileUnit()
|
| H A D | DebugInfo.cpp | 760 LLVMBool DebugInfoForProfiling) { in LLVMDIBuilderCreateCompileUnit() argument 769 SplitDebugInlining, DebugInfoForProfiling)); in LLVMDIBuilderCreateCompileUnit()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 338 CODEGENOPT(DebugInfoForProfiling, 1, 0)
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 776 Opts.DebugInfoForProfiling = Args.hasFlag( in ParseCodeGenArgs()
|