Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/lib/Support/
H A DDebug.cpp35 #undef isCurrentDebugType
52 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp199 return hasLogFile() || (DebugFlag && isCurrentDebugType(DEBUG_TYPE)); in operator bool()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp85 return DebugFlag && isCurrentDebugType(DEBUG_TYPE); in isDebug()
H A DHexagonConstPropagation.cpp2797 bool Debugging = DebugFlag && isCurrentDebugType(DEBUG_TYPE); in rewriteHexConstDefs()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp190 (isCurrentDebugType(DEBUG_TYPE) || \
191 (isCurrentDebugType(ISEL_DUMP_DEBUG_TYPE) && MatchFilterFuncName))) { \