Searched refs:DebugInfoForProfiling (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/ |
D | NewPMDriver.cpp | 110 static cl::opt<bool> DebugInfoForProfiling( 211 if (DebugInfoForProfiling) in runPassPipeline()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 1178 bool DebugInfoForProfiling; 1184 bool DebugInfoForProfiling, bool GnuPubnames, ArrayRef<Metadata *> Ops) 1189 DebugInfoForProfiling(DebugInfoForProfiling), GnuPubnames(GnuPubnames) { 1202 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, 1210 DebugInfoForProfiling, GnuPubnames, Storage, ShouldCreate); 1219 bool DebugInfoForProfiling, bool GnuPubnames, StorageType Storage, 1244 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, 1249 DebugInfoForProfiling, GnuPubnames)) 1257 bool SplitDebugInlining, bool DebugInfoForProfiling, bool GnuPubnames), 1261 DebugInfoForProfiling, GnuPubnames)) [all …]
|
D | DIBuilder.h | 146 bool DebugInfoForProfiling = false,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/ |
D | DebugInfo.h | 208 LLVMBool DebugInfoForProfiling);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | DebugInfoMetadata.cpp | 451 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, in getImpl() argument 465 DebugInfoForProfiling, GnuPubnames, Ops), in getImpl()
|
D | DIBuilder.cpp | 142 bool SplitDebugInlining, bool DebugInfoForProfiling, bool GnuPubnames) { in createCompileUnit() argument 152 SplitDebugInlining, DebugInfoForProfiling, GnuPubnames); in createCompileUnit()
|
D | DebugInfo.cpp | 757 LLVMBool DebugInfoForProfiling) { in LLVMDIBuilderCreateCompileUnit() argument 766 SplitDebugInlining, DebugInfoForProfiling)); in LLVMDIBuilderCreateCompileUnit()
|