Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/include/llvm/Support/
H A DDebug.h44 /// option were specified. Note that DebugFlag also needs to be set to true for
50 /// -debug-only=X,Y,Z option were specified. Note that DebugFlag
65 do { if (::llvm::DebugFlag && ::llvm::isCurrentDebugType(TYPE)) { X; } \
79 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/AMDGPU/
H A DAMDGPUSplitModule.cpp199 return hasLogFile() || (DebugFlag && isCurrentDebugType(DEBUG_TYPE)); in operator bool()
/freebsd/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/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp189 if (llvm::DebugFlag && \