Home
last modified time | relevance | path

Searched refs:DebugType (Results 1 – 25 of 44) sorted by relevance

12

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DStatistic.h49 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/
DLostDebugLocObserver.h20 StringRef DebugType; variable
26 LostDebugLocObserver(StringRef DebugType) : DebugType(DebugType) {} in LostDebugLocObserver() argument
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DStatistic.h52 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/
Dchunk.rs87 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/
Dchunk.rs87 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/
DStatistic.h41 const char *DebugType;
48 const char *getDebugType() const { return DebugType; } in getDebugType()
54 DebugType = debugtype; in construct()
/external/llvm/include/llvm/ADT/
DStatistic.h40 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/
DGoogle.Protobuf.Benchmarks.csproj9 <DebugType>pdbonly</DebugType>
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DGoogle.Protobuf.Benchmarks.csproj9 <DebugType>pdbonly</DebugType>
/external/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DGoogle.Protobuf.Benchmarks.csproj9 <DebugType>pdbonly</DebugType>
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScoreboardHazardRecognizer.cpp28 #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/
DDebug.cpp49 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() argument
55 if (d == DebugType) in isCurrentDebugType()
/external/llvm/lib/Support/
DDebug.cpp49 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() argument
55 if (d == DebugType) in isCurrentDebugType()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DScoreboardHazardRecognizer.cpp28 #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/
DDebug.cpp50 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() argument
56 if (d == DebugType) in isCurrentDebugType()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DDebug.cpp52 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() argument
58 if (d == DebugType) in isCurrentDebugType()
/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h127 const char *DebugType; variable
140 DebugType = "";
150 void setDebugType(const char* s) { DebugType = s; }
/external/llvm/lib/CodeGen/
DScoreboardHazardRecognizer.cpp26 #define DEBUG_TYPE DebugType
31 : ScheduleHazardRecognizer(), DebugType(ParentDebugType), ItinData(II), in ScoreboardHazardRecognizer()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h138 const char *DebugType; variable
151 DebugType = "";
161 void setDebugType(const char* s) { DebugType = s; }
/external/angle/src/common/
Dgl_enum_utils_autogen.h55 DebugType, enumerator
255 DebugType, enumerator
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/
DScalarEvolutionExpander.h154 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/
DScoreboardHazardRecognizer.h91 const char *DebugType; variable
/external/llvm/include/llvm/CodeGen/
DScoreboardHazardRecognizer.h88 const char *DebugType; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DScoreboardHazardRecognizer.h91 const char *DebugType; variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
DLostDebugLocObserver.cpp17 #define LOC_DEBUG(X) DEBUG_WITH_TYPE(DebugType.str().c_str(), X)

12