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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DDebug.h37 /// 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) macro
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DDebug.cpp33 #undef isCurrentDebugType macro
50 bool isCurrentDebugType(const char *DebugType) { function in namespace:llvm
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp83 return DebugFlag && isCurrentDebugType(DEBUG_TYPE);
H A DHexagonConstPropagation.cpp2799 bool Debugging = DebugFlag && isCurrentDebugType(DEBUG_TYPE);

Completed in 126 milliseconds