Searched refs:DebugFlag (Results 1 – 7 of 7) sorted by relevance
42 bool DebugFlag = false; variable79 cl::location(DebugFlag));97 DebugFlag = true; in operator =()130 (!EnableDebugBuffering || !DebugFlag) ? 0 : DebugBufferSize) { in dbgs()131 if (EnableDebugBuffering && DebugFlag && DebugBufferSize != 0) in dbgs()
39 extern bool DebugFlag;63 do { if (::llvm::DebugFlag && ::llvm::isCurrentDebugType(TYPE)) { X; } \
881 // DebugFlag.h - Get access to the '-debug' command line option884 // DebugFlag - This boolean is set to true if the '-debug' command line option888 extern bool DebugFlag;897 #define DEBUG(X) do { if (DebugFlag) { X; } } while (0)901 ``DebugFlag`` explicitly if they want to. Now we just need to be able to set902 the ``DebugFlag`` boolean when the option is set. To do this, we pass an908 bool DebugFlag; // the actual value910 Debug("debug", cl::desc("Enable debug output"), cl::Hidden, cl::location(DebugFlag));915 attribute, so that ``DebugFlag`` is automatically set.1729 library. Examples of this include the ``llvm::DebugFlag`` exported by the
374 disable it directly in gdb. Just use "``set DebugFlag=0``" or "``set375 DebugFlag=1``" from the gdb if the program is running. If the program hasn't
1014 raw_ostream &DebugOut = DebugFlag ? dbgs() : nulls(); in DisassembleObject()
6022 raw_ostream &DebugOut = DebugFlag ? dbgs() : nulls(); in DisassembleMachO()
69 return ::llvm::DebugFlag && ::llvm::isCurrentDebugType(DEBUG_TYPE); in isDebug()