Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DGoogle.Protobuf.Benchmarks.csproj10 <DebugType>pdbonly</DebugType>
/third_party/skia/third_party/externals/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()
DMachineCopyPropagation.cpp273 typedef enum { DebugUse = false, RegularUse = true } DebugType; typedef in __anon1807efdf0111::MachineCopyPropagation
277 DebugType DT);
311 DebugType DT) { in ReadRegister()
/third_party/typescript/src/compiler/
Ddebug.ts786 …export type DebugType = Type & { __debugTypeToString(): string }; // eslint-disable-line @typescri… alias
793 …peMapKind.Simple: return `${(this.source as DebugType).__debugTypeToString()} -> ${(this.target as…
794 case TypeMapKind.Array: return zipWith<DebugType, DebugType | string, unknown>(
795 this.sources as readonly DebugType[],
796 this.targets as readonly DebugType[] || map(this.sources, () => "any"),
801 …(s, t) => `${(s as DebugType).__debugTypeToString()} -> ${(t() as DebugType).__debugTypeToString()…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DDebug.cpp49 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() argument
55 if (d == DebugType) in isCurrentDebugType()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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; }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScoreboardHazardRecognizer.h91 const char *DebugType; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dgl_enum_utils_autogen.h59 DebugType, enumerator
Dgl_enum_utils_autogen.cpp641 case GLenumGroup::DebugType: in GLenumToString()
Dcapture_gles_3_2_autogen.cpp191 paramBuffer.addEnumParam("type", GLenumGroup::DebugType, ParamType::TGLenum, type); in CaptureDebugMessageControl()
228 paramBuffer.addEnumParam("type", GLenumGroup::DebugType, ParamType::TGLenum, type); in CaptureDebugMessageInsert()
Dcapture_gles_ext_autogen.cpp8301 paramBuffer.addEnumParam("type", GLenumGroup::DebugType, ParamType::TGLenum, type); in CaptureDebugMessageControlKHR()
8338 paramBuffer.addEnumParam("type", GLenumGroup::DebugType, ParamType::TGLenum, type); in CaptureDebugMessageInsertKHR()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCOFF.h595 enum DebugType { enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DCOFF.h645 enum DebugType : unsigned { enum
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_3_2_autogen.cpp266 GLenumToString(GLenumGroup::DebugType, type), in GL_DebugMessageControl()
302 GLenumToString(GLenumGroup::DebugType, type), id, in GL_DebugMessageInsert()
Dentry_points_gles_ext_autogen.cpp8237 GLenumToString(GLenumGroup::DebugType, type), in GL_DebugMessageControlKHR()
8273 GLenumToString(GLenumGroup::DebugType, type), id, in GL_DebugMessageInsertKHR()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1990 DEBUG_WITH_TYPE(DebugType, dbgs() in replaceCongruentIVs()
2048 DEBUG_WITH_TYPE(DebugType, in replaceCongruentIVs()
2069 DEBUG_WITH_TYPE(DebugType, dbgs() << "INDVARS: Eliminated congruent iv: " in replaceCongruentIVs()
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_4_autogen.cpp4501 GLenumToString(GLenumGroup::DebugType, type), in GL_DebugMessageControl()
4537 GLenumToString(GLenumGroup::DebugType, type), id, in GL_DebugMessageInsert()