Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DDebug.h41 bool isCurrentDebugType(const char *Type);
65 do { if (::llvm::DebugFlag && ::llvm::isCurrentDebugType(TYPE)) { X; } \
69 #define isCurrentDebugType(X) (false) macro
/llvm-project-15.0.7/llvm/lib/Support/
H A DDebug.cpp35 #undef isCurrentDebugType
52 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() function
/llvm-project-15.0.7/bolt/lib/Passes/
H A DReorderFunctions.cpp143 if (!DebugFlag || !isCurrentDebugType("hfsort")) in reorder()
153 (DebugFlag && isCurrentDebugType("hfsort") && opts::Verbosity > 0); in reorder()
H A DRegAnalysis.cpp67 if (!DebugFlag || !isCurrentDebugType(DEBUG_TYPE)) in RegAnalysis()
H A DBinaryFunctionCallGraph.cpp260 bool PrintInfo = DebugFlag && isCurrentDebugType("callgraph"); in buildCallGraph()
/llvm-project-15.0.7/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()