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

  /external/llvm/include/llvm/Support/
Debug.h 46 /// isCurrentDebugType - Return true if the specified string is the debug type
50 bool isCurrentDebugType(const char *Type);
68 do { if (::llvm::DebugFlag && ::llvm::isCurrentDebugType(TYPE)) { X; } \
72 #define isCurrentDebugType(X) (false)
  /external/llvm/lib/Support/
Debug.cpp 84 // isCurrentDebugType - Return true if the specified string is the debug type
88 bool llvm::isCurrentDebugType(const char *DebugType) {

Completed in 97 milliseconds