Searched refs:DebugFlag (Results 1 – 7 of 7) sorted by relevance
45 bool DebugFlag = false; variable88 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()
44 /// option were specified. Note that DebugFlag also needs to be set to true for50 /// -debug-only=X,Y,Z option were specified. Note that DebugFlag65 do { if (::llvm::DebugFlag && ::llvm::isCurrentDebugType(TYPE)) { X; } \79 extern bool DebugFlag;
64 DebugFlag = true; in applyTargetSpecificCLOption()
199 return hasLogFile() || (DebugFlag && isCurrentDebugType(DEBUG_TYPE)); in operator bool()
85 return DebugFlag && isCurrentDebugType(DEBUG_TYPE); in isDebug()
2797 bool Debugging = DebugFlag && isCurrentDebugType(DEBUG_TYPE); in rewriteHexConstDefs()
189 if (llvm::DebugFlag && \