Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDebug.cpp45 bool DebugFlag = false; variable
87 cl::Hidden, cl::location(DebugFlag)); in call()
116 DebugFlag = true; in operator =()
169 (!EnableDebugBuffering || !DebugFlag) ? 0 : *DebugBufferSize) { in dbgs()
170 if (EnableDebugBuffering && DebugFlag && *DebugBufferSize != 0) in dbgs()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDebug.h68 if (::llvm::DebugFlag && ::llvm::isCurrentDebugType(TYPE)) { \
86 LLVM_ABI extern bool DebugFlag;
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYInstPrinter.cpp64 DebugFlag = true; in applyTargetSpecificCLOption()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp86 return DebugFlag && isCurrentDebugType(DEBUG_TYPE); in isDebug()
H A DHexagonConstPropagation.cpp2801 bool Debugging = DebugFlag && isCurrentDebugType(DEBUG_TYPE); in rewriteHexConstDefs()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp188 if (llvm::DebugFlag && \