Home
last modified time | relevance | path

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

12

/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DStatistic.h50 const char *DebugType;
57 const char *getDebugType() const { return DebugType; } in getDebugType()
63 DebugType = debugtype; in construct()
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuideClient/
DRouteGuideClient.csproj6 <DebugType>portable</DebugType>
/external/grpc-grpc/examples/csharp/Helloworld/GreeterServer/
DGreeterServer.csproj6 <DebugType>portable</DebugType>
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuideServer/
DRouteGuideServer.csproj6 <DebugType>portable</DebugType>
/external/grpc-grpc/examples/csharp/Helloworld/GreeterClient/
DGreeterClient.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-7.0/llvm/lib/CodeGen/
DScoreboardHazardRecognizer.cpp29 #define DEBUG_TYPE DebugType
34 : ScheduleHazardRecognizer(), DebugType(ParentDebugType), ItinData(II), in ScoreboardHazardRecognizer()
36 (void)DebugType; in ScoreboardHazardRecognizer()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DScalarEvolutionExpander.h76 const char *DebugType; variable
88 DebugType = "";
93 void setDebugType(const char* s) { DebugType = s; }
/external/swiftshader/third_party/LLVM/lib/Support/
DDebug.cpp88 bool llvm::isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() argument
89 return CurrentDebugType.empty() || DebugType == CurrentDebugType; in isCurrentDebugType()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DScoreboardHazardRecognizer.cpp16 #define DEBUG_TYPE ::llvm::ScoreboardHazardRecognizer::DebugType
28 const char *ScoreboardHazardRecognizer::DebugType = ""; member in ScoreboardHazardRecognizer
39 DebugType = ParentDebugType; 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-7.0/llvm/lib/Support/
DDebug.cpp51 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() argument
57 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-7.0/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h135 const char *DebugType; variable
148 DebugType = "";
158 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/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaAlone.csproj15 <DebugType>full</DebugType>
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DScoreboardHazardRecognizer.h92 const char *DebugType; variable
/external/llvm/include/llvm/CodeGen/
DScoreboardHazardRecognizer.h88 const char *DebugType; variable
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DScoreboardHazardRecognizer.h90 static const char *DebugType; variable
/external/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp134 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override;
425 StringRef DebugType) { in PragmaDebug() argument
430 OS << DebugType; in PragmaDebug()
/external/google-fruit/include/fruit/impl/meta/
Dbasics.h235 using DebugType = typename DebugTypeHelper<T>::type;

12