Home
last modified time | relevance | path

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

/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/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/swiftshader/third_party/LLVM/include/llvm/Support/
DDebug.h50 bool isCurrentDebugType(const char *Type);
68 do { if (::llvm::DebugFlag && ::llvm::isCurrentDebugType(TYPE)) { X; } \
72 #define isCurrentDebugType(X) (false) macro
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DDebug.cpp33 #undef isCurrentDebugType
49 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() function
/external/llvm/lib/Support/
DDebug.cpp33 #undef isCurrentDebugType
49 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() function
/external/swiftshader/third_party/LLVM/lib/Support/
DDebug.cpp88 bool llvm::isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() function in llvm
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUISelLowering.cpp876 if (DebugFlag && isCurrentDebugType(DEBUG_TYPE)) { in LowerSTORE()
2934 if (DebugFlag && isCurrentDebugType(DEBUG_TYPE)) { in PerformDAGCombine()
2950 if (DebugFlag && isCurrentDebugType(DEBUG_TYPE)) { in PerformDAGCombine()
2974 if (DebugFlag && isCurrentDebugType(DEBUG_TYPE)) { in PerformDAGCombine()
3010 if (DebugFlag && isCurrentDebugType(DEBUG_TYPE)) { in PerformDAGCombine()
/external/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp67 return ::llvm::DebugFlag && ::llvm::isCurrentDebugType(DEBUG_TYPE); in isDebug()