HomeSort by: relevance | last modified time | path
    Searched defs:isCurrentDebugType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Debug.h 37 /// isCurrentDebugType - Return true if the specified string is the debug type
41 bool isCurrentDebugType(const char *Type);
65 do { if (::llvm::DebugFlag && ::llvm::isCurrentDebugType(TYPE)) { X; } \
69 #define isCurrentDebugType(X) (false)
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Debug.cpp 33 #undef isCurrentDebugType
50 bool isCurrentDebugType(const char *DebugType) {

Completed in 48 milliseconds