Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DDebug.h46 bool isCurrentDebugType(const char *Type);
64 do { if (::llvm::DebugFlag && ::llvm::isCurrentDebugType(TYPE)) { X; } \
68 #define isCurrentDebugType(X) (false) macro
/external/llvm/include/llvm/Support/
DDebug.h45 bool isCurrentDebugType(const char *Type);
63 do { if (::llvm::DebugFlag && ::llvm::isCurrentDebugType(TYPE)) { X; } \
67 #define isCurrentDebugType(X) (false) macro
/external/llvm-project/llvm/include/llvm/Support/
DDebug.h41 bool isCurrentDebugType(const char *Type);
65 do { if (::llvm::DebugFlag && ::llvm::isCurrentDebugType(TYPE)) { X; } \
69 #define isCurrentDebugType(X) (false) macro
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DDebug.h41 bool isCurrentDebugType(const char *Type);
65 do { if (::llvm::DebugFlag && ::llvm::isCurrentDebugType(TYPE)) { X; } \
69 #define isCurrentDebugType(X) (false) macro
/external/llvm/lib/Support/
DDebug.cpp33 #undef isCurrentDebugType
49 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() function
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DDebug.cpp33 #undef isCurrentDebugType
49 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DDebug.cpp33 #undef isCurrentDebugType
50 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() function
/external/llvm-project/llvm/lib/Support/
DDebug.cpp33 #undef isCurrentDebugType
50 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp83 return DebugFlag && isCurrentDebugType(DEBUG_TYPE); in isDebug()
DHexagonConstPropagation.cpp2799 bool Debugging = DebugFlag && isCurrentDebugType(DEBUG_TYPE); in rewriteHexConstDefs()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp83 return DebugFlag && isCurrentDebugType(DEBUG_TYPE); in isDebug()
DHexagonConstPropagation.cpp2804 bool Debugging = DebugFlag && isCurrentDebugType(DEBUG_TYPE); in rewriteHexConstDefs()
/external/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp67 return ::llvm::DebugFlag && ::llvm::isCurrentDebugType(DEBUG_TYPE); in isDebug()