/external/llvm-project/llvm/include/llvm/ADT/ |
D | Statistic.h | 51 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/ |
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/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
D | LostDebugLocObserver.h | 20 StringRef DebugType; variable 26 LostDebugLocObserver(StringRef DebugType) : DebugType(DebugType) {} in LostDebugLocObserver() argument
|
/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/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/grpc-grpc/examples/csharp/RouteGuide/RouteGuideServer/ |
D | RouteGuideServer.csproj | 6 <DebugType>portable</DebugType>
|
/external/grpc-grpc/examples/csharp/Helloworld/GreeterServer/ |
D | GreeterServer.csproj | 6 <DebugType>portable</DebugType>
|
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuideClient/ |
D | RouteGuideClient.csproj | 6 <DebugType>portable</DebugType>
|
/external/grpc-grpc/examples/csharp/Helloworld/GreeterClient/ |
D | GreeterClient.csproj | 6 <DebugType>portable</DebugType>
|
/external/grpc-grpc/examples/csharp/Helloworld/Greeter/ |
D | Greeter.csproj | 6 <DebugType>portable</DebugType>
|
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuide/ |
D | RouteGuide.csproj | 6 <DebugType>portable</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/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-subzero/lib/Support/ |
D | Debug.cpp | 49 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() argument 55 if (d == DebugType) in isCurrentDebugType()
|
/external/llvm-project/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-10.0/llvm/lib/Support/ |
D | Debug.cpp | 50 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() argument 56 if (d == DebugType) in isCurrentDebugType()
|
/external/llvm-project/llvm/lib/Support/ |
D | Debug.cpp | 50 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() argument 56 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/lzma/CS/7zip/Compress/LzmaAlone/ |
D | LzmaAlone.csproj | 15 <DebugType>full</DebugType>
|
/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/llvm-project/clang/include/clang/Lex/ |
D | PPCallbacks.h | 203 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/ |
D | ScalarEvolutionExpander.h | 162 const char *DebugType; variable 178 DebugType = ""; 188 void setDebugType(const char *s) { DebugType = s; }
|
/external/llvm-project/lld/COFF/ |
D | Config.h | 70 enum class DebugType { enum 113 unsigned debugTypes = static_cast<unsigned>(DebugType::None);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ScoreboardHazardRecognizer.h | 91 const char *DebugType; variable
|