/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | Statistic.h | 49 const char *DebugType; 53 StatisticBase(const char *DebugType, const char *Name, const char *Desc) in StatisticBase() argument 54 : DebugType(DebugType), Name(Name), Desc(Desc) {} in StatisticBase() 56 const char *getDebugType() const { return DebugType; } in getDebugType() 66 TrackingStatistic(const char *DebugType, const char *Name, const char *Desc) in TrackingStatistic() argument 67 : StatisticBase(DebugType, Name, Desc), Value(0), Initialized(false) {} in TrackingStatistic()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | LostDebugLocObserver.h | 20 StringRef DebugType; variable 26 LostDebugLocObserver(StringRef DebugType) : DebugType(DebugType) {} in LostDebugLocObserver() argument
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
D | Statistic.h | 52 const char *const DebugType; 59 constexpr TrackingStatistic(const char *DebugType, const char *Name, in TrackingStatistic() argument 61 : DebugType(DebugType), Name(Name), Desc(Desc), Value(0), in TrackingStatistic() 64 const char *getDebugType() const { return DebugType; } in getDebugType()
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/png-0.17.14/src/ |
D | chunk.rs | 87 struct DebugType([u8; 4]); in fmt() struct 89 impl fmt::Debug for DebugType { in fmt() implementation 99 .field("type", &DebugType(self.0)) in fmt()
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/png-0.17.14/src/ |
D | chunk.rs | 87 struct DebugType([u8; 4]); in fmt() struct 89 impl fmt::Debug for DebugType { in fmt() implementation 99 .field("type", &DebugType(self.0)) in fmt()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | Statistic.h | 41 const char *DebugType; 48 const char *getDebugType() const { return DebugType; } in getDebugType() 54 DebugType = debugtype; in construct()
|
/external/llvm/include/llvm/ADT/ |
D | Statistic.h | 40 const char *DebugType; 47 const char *getDebugType() const { return DebugType; } in getDebugType() 53 DebugType = debugtype; in construct()
|
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
D | Google.Protobuf.Benchmarks.csproj | 9 <DebugType>pdbonly</DebugType>
|
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
D | Google.Protobuf.Benchmarks.csproj | 9 <DebugType>pdbonly</DebugType>
|
/external/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
D | Google.Protobuf.Benchmarks.csproj | 9 <DebugType>pdbonly</DebugType>
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ScoreboardHazardRecognizer.cpp | 28 #define DEBUG_TYPE DebugType 33 : ScheduleHazardRecognizer(), DebugType(ParentDebugType), ItinData(II), in ScoreboardHazardRecognizer() 35 (void)DebugType; in ScoreboardHazardRecognizer()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Debug.cpp | 49 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() argument 55 if (d == DebugType) in isCurrentDebugType()
|
/external/llvm/lib/Support/ |
D | Debug.cpp | 49 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() argument 55 if (d == DebugType) in isCurrentDebugType()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
D | ScoreboardHazardRecognizer.cpp | 28 #define DEBUG_TYPE DebugType 33 : DebugType(ParentDebugType), ItinData(II), DAG(SchedDAG) { in ScoreboardHazardRecognizer() 34 (void)DebugType; in ScoreboardHazardRecognizer()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Debug.cpp | 50 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() argument 56 if (d == DebugType) in isCurrentDebugType()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
D | Debug.cpp | 52 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() argument 58 if (d == DebugType) in isCurrentDebugType()
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpander.h | 127 const char *DebugType; variable 140 DebugType = ""; 150 void setDebugType(const char* s) { DebugType = s; }
|
/external/llvm/lib/CodeGen/ |
D | ScoreboardHazardRecognizer.cpp | 26 #define DEBUG_TYPE DebugType 31 : ScheduleHazardRecognizer(), DebugType(ParentDebugType), ItinData(II), in ScoreboardHazardRecognizer()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpander.h | 138 const char *DebugType; variable 151 DebugType = ""; 161 void setDebugType(const char* s) { DebugType = s; }
|
/external/angle/src/common/ |
D | gl_enum_utils_autogen.h | 55 DebugType, enumerator 255 DebugType, enumerator
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/ |
D | ScalarEvolutionExpander.h | 154 const char *DebugType; variable 170 DebugType = ""; 180 void setDebugType(const char *s) { DebugType = s; }
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ScoreboardHazardRecognizer.h | 91 const char *DebugType; variable
|
/external/llvm/include/llvm/CodeGen/ |
D | ScoreboardHazardRecognizer.h | 88 const char *DebugType; variable
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
D | ScoreboardHazardRecognizer.h | 91 const char *DebugType; variable
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/ |
D | LostDebugLocObserver.cpp | 17 #define LOC_DEBUG(X) DEBUG_WITH_TYPE(DebugType.str().c_str(), X)
|