Home
last modified time | relevance | path

Searched refs:isCurrentDebugType (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DDebug.h41 bool isCurrentDebugType(const char *Type);
65 do { if (::llvm::DebugFlag && ::llvm::isCurrentDebugType(TYPE)) { X; } \
69 #define isCurrentDebugType(X) (false) macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DDebug.cpp33 #undef isCurrentDebugType
50 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp83 return DebugFlag && isCurrentDebugType(DEBUG_TYPE); in isDebug()
H A DHexagonConstPropagation.cpp2804 bool Debugging = DebugFlag && isCurrentDebugType(DEBUG_TYPE); in rewriteHexConstDefs()