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 49 bool isCurrentDebugType(const char *DebugType) {
52 // see if DebugType is in list. Note: do not use find() as that forces us to
55 if (d == DebugType)
  /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;
100 DebugType = "";
105 void setDebugType(const char* s) { DebugType = s; }
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 135 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 599 enum DebugType {
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]

Completed in 349 milliseconds