/external/llvm-project/llvm/include/llvm/Passes/ |
D | PassBuilder.h | 40 bool DebugInfoForProfiling = false, 44 CSAction(CSAction), DebugInfoForProfiling(DebugInfoForProfiling || in ProfileFile() 65 this->DebugInfoForProfiling || this->PseudoProbeForProfiling); in ProfileFile() 70 if (this->DebugInfoForProfiling && this->PseudoProbeForProfiling) { in ProfileFile() 80 bool DebugInfoForProfiling; member
|
/external/llvm-project/clang/lib/CodeGen/ |
D | BackendUtil.cpp | 683 if (CodeGenOpts.DebugInfoForProfiling || in CreatePasses() 1088 CodeGenOpts.DebugInfoForProfiling); in EmitAssemblyWithNewPassManager() 1095 CSAction, CodeGenOpts.DebugInfoForProfiling); in EmitAssemblyWithNewPassManager() 1101 CodeGenOpts.DebugInfoForProfiling, CodeGenOpts.PseudoProbeForProfiling); in EmitAssemblyWithNewPassManager() 1106 CodeGenOpts.DebugInfoForProfiling, true); in EmitAssemblyWithNewPassManager() 1107 else if (CodeGenOpts.DebugInfoForProfiling) in EmitAssemblyWithNewPassManager() 1132 CodeGenOpts.DebugInfoForProfiling); in EmitAssemblyWithNewPassManager()
|
D | CGDebugInfo.cpp | 640 DwoId, CGOpts.SplitDwarfInlining, CGOpts.DebugInfoForProfiling, in CreateCompileUnit() 3472 !CGM.getCodeGenOpts().DebugInfoForProfiling && in collectFunctionDeclProps()
|
/external/llvm-project/llvm/tools/opt/ |
D | NewPMDriver.cpp | 133 static cl::opt<bool> DebugInfoForProfiling( 246 if (DebugInfoForProfiling) in runPassPipeline()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 1147 bool DebugInfoForProfiling; variable 1154 bool DebugInfoForProfiling, unsigned NameTableKind, in DICompileUnit() argument 1160 DebugInfoForProfiling(DebugInfoForProfiling), in DICompileUnit() 1174 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, 1183 DWOId, SplitDebugInlining, DebugInfoForProfiling, 1193 bool DebugInfoForProfiling, unsigned NameTableKind, 1218 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, 1223 DebugInfoForProfiling, (unsigned)NameTableKind, RangesBaseAddress)) 1231 bool SplitDebugInlining, bool DebugInfoForProfiling, 1236 DebugInfoForProfiling, NameTableKind, RangesBaseAddress)) [all …]
|
D | DIBuilder.h | 145 bool DebugInfoForProfiling = false,
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 1342 bool DebugInfoForProfiling; variable 1349 bool DebugInfoForProfiling, unsigned NameTableKind, in DICompileUnit() argument 1355 DebugInfoForProfiling(DebugInfoForProfiling), in DICompileUnit() 1369 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, 1378 DebugInfoForProfiling, NameTableKind, RangesBaseAddress, 1389 bool DebugInfoForProfiling, unsigned NameTableKind, 1415 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, 1421 DebugInfoForProfiling, (unsigned)NameTableKind, RangesBaseAddress, 1430 bool SplitDebugInlining, bool DebugInfoForProfiling, 1436 DebugInfoForProfiling, NameTableKind, RangesBaseAddress, SysRoot, SDK)) [all …]
|
D | DIBuilder.h | 148 bool DebugInfoForProfiling = false,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | DebugInfo.h | 260 LLVMBool DebugInfoForProfiling);
|
/external/llvm-project/llvm/include/llvm-c/ |
D | DebugInfo.h | 266 LLVMBool DebugInfoForProfiling, const char *SysRoot, size_t SysRootLen,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DebugInfoMetadata.cpp | 522 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, in getImpl() argument 537 DebugInfoForProfiling, NameTableKind, RangesBaseAddress, in getImpl()
|
D | DIBuilder.cpp | 142 bool SplitDebugInlining, bool DebugInfoForProfiling, in createCompileUnit() argument 153 SplitDebugInlining, DebugInfoForProfiling, NameTableKind, in createCompileUnit()
|
D | DebugInfo.cpp | 760 LLVMBool DebugInfoForProfiling) { in LLVMDIBuilderCreateCompileUnit() argument 769 SplitDebugInlining, DebugInfoForProfiling)); in LLVMDIBuilderCreateCompileUnit()
|
/external/llvm-project/llvm/lib/IR/ |
D | DIBuilder.cpp | 142 bool SplitDebugInlining, bool DebugInfoForProfiling, in createCompileUnit() argument 154 SplitDebugInlining, DebugInfoForProfiling, NameTableKind, in createCompileUnit()
|
D | DebugInfoMetadata.cpp | 729 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, in getImpl() argument 751 DebugInfoForProfiling, NameTableKind, RangesBaseAddress, in getImpl()
|
D | DebugInfo.cpp | 797 LLVMBool DebugInfoForProfiling, const char *SysRoot, size_t SysRootLen, in LLVMDIBuilderCreateCompileUnit() argument 806 SplitDebugInlining, DebugInfoForProfiling, in LLVMDIBuilderCreateCompileUnit()
|
/external/llvm-project/llvm/lib/Passes/ |
D | PassBuilder.cpp | 1382 if (PGOOpt && PGOOpt->DebugInfoForProfiling) in buildPerModuleDefaultPipeline() 1413 if (PGOOpt && PGOOpt->DebugInfoForProfiling) in buildThinLTOPreLinkDefaultPipeline()
|
/external/llvm-project/clang/include/clang/Basic/ |
D | CodeGenOptions.def | 378 CODEGENOPT(DebugInfoForProfiling, 1, 0)
|
/external/llvm-project/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 986 Opts.DebugInfoForProfiling = Args.hasFlag( in ParseCodeGenArgs()
|