HomeSort by relevance Sort by last modified time
    Searched refs:DebugType (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Support/
Debug.cpp 88 bool llvm::isCurrentDebugType(const char *DebugType) {
89 return CurrentDebugType.empty() || DebugType == CurrentDebugType;
  /external/llvm/lib/CodeGen/
ScoreboardHazardRecognizer.cpp 26 #define DEBUG_TYPE ::llvm::ScoreboardHazardRecognizer::DebugType
29 const char *ScoreboardHazardRecognizer::DebugType = "";
40 DebugType = ParentDebugType;
  /external/llvm/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 89 static const char *DebugType;
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 87 const char *DebugType;
99 DebugType = "";
104 void setDebugType(const char* s) { DebugType = s; }
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 138 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override;
416 StringRef DebugType) {
421 OS << DebugType;
  /external/clang/include/clang/Lex/
PPCallbacks.h 178 /// \param DebugType The identifier following __debug.
179 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) {
  /external/llvm/include/llvm/Support/
COFF.h 575 enum DebugType {
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]

Completed in 155 milliseconds