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

  /external/llvm/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 89 static const char *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/Analysis/
ScalarEvolutionExpander.h 87 const char *DebugType;
100 DebugType = "";
105 void setDebugType(const char* s) { DebugType = s; }
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 134 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override;
415 StringRef DebugType) {
420 OS << DebugType;
  /external/llvm/include/llvm/Support/
COFF.h 591 enum DebugType {

Completed in 5521 milliseconds