Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DDebug.h42 bool isCurrentDebugType(const char *Type);
66 do { if (::llvm::DebugFlag && ::llvm::isCurrentDebugType(TYPE)) { X; } \
70 #define isCurrentDebugType(X) (false) macro
/freebsd-12.1/contrib/llvm/lib/Support/
H A DDebug.cpp34 #undef isCurrentDebugType
51 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() function
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp83 return DebugFlag && isCurrentDebugType(DEBUG_TYPE); in isDebug()
H A DHexagonConstPropagation.cpp2785 bool Debugging = DebugFlag && isCurrentDebugType(DEBUG_TYPE); in rewriteHexConstDefs()