HomeSort by: relevance | last modified time | path
    Searched refs:isCurrentDebugType (Results 1 - 4 of 4) 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) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonGenInsert.cpp 83 return DebugFlag && isCurrentDebugType(DEBUG_TYPE);
HexagonConstPropagation.cpp 2804 bool Debugging = DebugFlag && isCurrentDebugType(DEBUG_TYPE);

Completed in 24 milliseconds