Home
last modified time | relevance | path

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

/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);
66 if (::llvm::DebugFlag && ::llvm::isCurrentDebugType(TYPE)) { \
72 #define isCurrentDebugType(X) (false)
69 #define isCurrentDebugType( global() macro
/llvm-project/llvm/lib/Support/
H A DDebug.cpp35 #undef isCurrentDebugType
52 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() function
/llvm-project/mlir/lib/CAPI/Debug/
H A DDebug.cpp35 return isCurrentDebugType(type); in mlirIsCurrentDebugType()
/llvm-project/bolt/lib/Passes/
H A DRegAnalysis.cpp67 if (!DebugFlag || !isCurrentDebugType(DEBUG_TYPE)) in RegAnalysis()
H A DReorderFunctions.cpp152 if (!DebugFlag || !isCurrentDebugType("hfsort")) in printStats()
162 (DebugFlag && isCurrentDebugType("hfsort") && opts::Verbosity > 0); in printStats()
/llvm-project/bolt/lib/Core/
H A DBinaryFunctionCallGraph.cpp278 bool PrintInfo = DebugFlag && isCurrentDebugType("callgraph"); in buildCallGraph()
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp85 return DebugFlag && isCurrentDebugType(DEBUG_TYPE); in isDebug()
H A DHexagonConstPropagation.cpp2798 bool Debugging = DebugFlag && isCurrentDebugType(DEBUG_TYPE); in rewriteHexConstDefs()
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp191 (isCurrentDebugType(DEBUG_TYPE) || \
192 (isCurrentDebugType(ISEL_DUMP_DEBUG_TYPE) && MatchFilterFuncName))) { \