Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DDebug.cpp45 bool DebugFlag = false; variable
88 cl::Hidden, cl::location(DebugFlag)); in call()
117 DebugFlag = true; in operator =()
170 (!EnableDebugBuffering || !DebugFlag) ? 0 : *DebugBufferSize) { in dbgs()
171 if (EnableDebugBuffering && DebugFlag && *DebugBufferSize != 0) in dbgs()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DDebug.h65 do { if (::llvm::DebugFlag && ::llvm::isCurrentDebugType(TYPE)) { X; } \
79 extern bool DebugFlag;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYInstPrinter.cpp64 DebugFlag = true; in applyTargetSpecificCLOption()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp188 if (llvm::DebugFlag && \