Searched defs:DebugType (Results 1 - 15 of 15) sorted by relevance

/external/llvm/lib/Support/
H A DDebug.cpp49 bool isCurrentDebugType(const char *DebugType) { argument
52 // See if DebugType is in list. Note: do not use find() as that forces us to
55 if (d == DebugType)
/external/swiftshader/third_party/LLVM/lib/Support/
H A DDebug.cpp88 bool llvm::isCurrentDebugType(const char *DebugType) { argument
89 return CurrentDebugType.empty() || DebugType == CurrentDebugType;
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DDebug.cpp49 bool isCurrentDebugType(const char *DebugType) { argument
52 // See if DebugType is in list. Note: do not use find() as that forces us to
55 if (d == DebugType)
/external/llvm/include/llvm/CodeGen/
H A DScoreboardHazardRecognizer.h88 const char *DebugType; member in class:llvm::ScoreboardHazardRecognizer
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DScoreboardHazardRecognizer.h90 static const char *DebugType; member in class:llvm::ScoreboardHazardRecognizer
/external/llvm/include/llvm/ADT/
H A DStatistic.h40 const char *DebugType; member in class:llvm::Statistic
47 const char *getDebugType() const { return DebugType; }
53 DebugType = debugtype;
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DScalarEvolutionExpander.h76 const char *DebugType; member in class:llvm::SCEVExpander
88 DebugType = "";
93 void setDebugType(const char* s) { DebugType = s; }
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DScoreboardHazardRecognizer.cpp16 #define DEBUG_TYPE ::llvm::ScoreboardHazardRecognizer::DebugType
28 const char *ScoreboardHazardRecognizer::DebugType = ""; member in class:ScoreboardHazardRecognizer
39 DebugType = ParentDebugType;
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DStatistic.h41 const char *DebugType; member in class:llvm::Statistic
48 const char *getDebugType() const { return DebugType; }
54 DebugType = debugtype;
/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h127 const char *DebugType; member in class:llvm::SCEVExpander
140 DebugType = "";
150 void setDebugType(const char* s) { DebugType = s; }
/external/clang/include/clang/Lex/
H A DPPCallbacks.h179 /// \param DebugType The identifier following __debug.
180 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { argument
/external/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp134 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override;
425 StringRef DebugType) {
430 OS << DebugType; local
424 PragmaDebug(SourceLocation Loc, StringRef DebugType) argument
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp960 llvm::DIType *DebugType = getOrCreateType(Ty, VUnit); local
977 StorageOffsetInBits, Flags, DebugType);
/external/llvm/include/llvm/Support/
H A DCOFF.h590 enum DebugType { enum
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DCOFF.h595 enum DebugType { enum

Completed in 431 milliseconds