Home
last modified time | relevance | path

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

123

/external/llvm-project/llvm/include/llvm/ADT/
DStatistic.h51 const char *DebugType;
55 StatisticBase(const char *DebugType, const char *Name, const char *Desc) in StatisticBase() argument
56 : DebugType(DebugType), Name(Name), Desc(Desc) {} in StatisticBase()
58 const char *getDebugType() const { return DebugType; } in getDebugType()
68 TrackingStatistic(const char *DebugType, const char *Name, const char *Desc) in TrackingStatistic() argument
69 : StatisticBase(DebugType, Name, Desc), Value(0), Initialized(false) {} in TrackingStatistic()
/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/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DLostDebugLocObserver.h20 StringRef DebugType; variable
26 LostDebugLocObserver(StringRef DebugType) : DebugType(DebugType) {} in LostDebugLocObserver() argument
/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/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/grpc-grpc/examples/csharp/Helloworld/GreeterClient/
DGreeterClient.csproj6 <DebugType>portable</DebugType>
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuideServer/
DRouteGuideServer.csproj6 <DebugType>portable</DebugType>
/external/grpc-grpc/examples/csharp/Helloworld/GreeterServer/
DGreeterServer.csproj6 <DebugType>portable</DebugType>
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuideClient/
DRouteGuideClient.csproj6 <DebugType>portable</DebugType>
/external/grpc-grpc/examples/csharp/Helloworld/Greeter/
DGreeter.csproj6 <DebugType>portable</DebugType>
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuide/
DRouteGuide.csproj6 <DebugType>portable</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/llvm-project/llvm/lib/CodeGen/
DScoreboardHazardRecognizer.cpp28 #define DEBUG_TYPE DebugType
33 : ScheduleHazardRecognizer(), DebugType(ParentDebugType), ItinData(II), in ScoreboardHazardRecognizer()
35 (void)DebugType; in ScoreboardHazardRecognizer()
/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-subzero/lib/Support/
DDebug.cpp49 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() argument
55 if (d == DebugType) in isCurrentDebugType()
/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/llvm-project/llvm/lib/Support/
DDebug.cpp50 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() argument
56 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/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/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaAlone.csproj15 <DebugType>full</DebugType>
/external/llvm/lib/CodeGen/
DScoreboardHazardRecognizer.cpp26 #define DEBUG_TYPE DebugType
31 : ScheduleHazardRecognizer(), DebugType(ParentDebugType), ItinData(II), in ScoreboardHazardRecognizer()
/external/llvm-project/clang/include/clang/Lex/
DPPCallbacks.h203 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { in PragmaDebug() argument
465 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override { in PragmaDebug() argument
466 First->PragmaDebug(Loc, DebugType); in PragmaDebug()
467 Second->PragmaDebug(Loc, DebugType); in PragmaDebug()
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DScalarEvolutionExpander.h162 const char *DebugType; variable
178 DebugType = "";
188 void setDebugType(const char *s) { DebugType = s; }
/external/llvm-project/lld/COFF/
DConfig.h70 enum class DebugType { enum
113 unsigned debugTypes = static_cast<unsigned>(DebugType::None);
/external/llvm/include/llvm/CodeGen/
DScoreboardHazardRecognizer.h88 const char *DebugType; variable

123