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

  /external/llvm/include/llvm/ADT/
Statistic.h 40 const char *DebugType;
47 const char *getDebugType() const { return DebugType; }
52 void construct(const char *debugtype, const char *name, const char *desc) {
53 DebugType = debugtype;
  /external/llvm/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 88 const char *DebugType;
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 90 static const char *DebugType;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ScoreboardHazardRecognizer.cpp 16 #define DEBUG_TYPE ::llvm::ScoreboardHazardRecognizer::DebugType
28 const char *ScoreboardHazardRecognizer::DebugType = "";
39 DebugType = ParentDebugType;
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ScalarEvolutionExpander.h 76 const char *DebugType;
88 DebugType = "";
93 void setDebugType(const char* s) { DebugType = s; }
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 127 const char *DebugType;
140 DebugType = "";
150 void setDebugType(const char* s) { DebugType = s; }
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 134 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override;
425 StringRef DebugType) {
430 OS << DebugType;
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/llvm/include/llvm/Support/
COFF.h 590 enum DebugType {

Completed in 142 milliseconds