HomeSort by relevance Sort by last modified time
    Searched refs:DebugType (Results 1 - 6 of 6) 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 16 #define DEBUG_TYPE ::llvm::ScoreboardHazardRecognizer::DebugType
28 const char *ScoreboardHazardRecognizer::DebugType = "";
39 DebugType = ParentDebugType;
  /external/llvm/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 90 static const char *DebugType;
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 81 const char *DebugType;
93 DebugType = "";
98 void setDebugType(const char* s) { DebugType = s; }
  /external/llvm/include/llvm/Support/
COFF.h 515 enum DebugType {
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]

Completed in 78 milliseconds