Searched refs:DebugFlag (Results 1 – 12 of 12) sorted by relevance
40 extern int DebugFlag;139 if (DebugFlag == DEBUG_ONELINE) in mopSendASV()142 if (DebugFlag >= DEBUG_HEADER) { in mopSendASV()147 if (DebugFlag >= DEBUG_INFO) in mopSendASV()151 if (DebugFlag) in mopSendASV()216 if (DebugFlag == DEBUG_ONELINE) in mopStartLoad()219 if (DebugFlag >= DEBUG_HEADER) { in mopStartLoad()224 if (DebugFlag >= DEBUG_INFO) in mopStartLoad()228 if (DebugFlag) in mopStartLoad()321 if (DebugFlag == DEBUG_ONELINE) in mopNextLoad()[all …]
57 int DebugFlag = 0; /* print debugging messages */ variable87 DebugFlag++; in main()118 if ((!ForegroundFlag) && DebugFlag) in main()122 if ((!ForegroundFlag) && (!DebugFlag)) in main()
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()
65 do { if (::llvm::DebugFlag && ::llvm::isCurrentDebugType(TYPE)) { X; } \79 extern bool DebugFlag;
53 int DebugFlag = 0; /* print debugging messages */ variable81 DebugFlag++; in main()
131 DebugFlag = true; in main()
64 DebugFlag = true; in applyTargetSpecificCLOption()
877 // DebugFlag.h - Get access to the '-debug' command line option880 // DebugFlag - This boolean is set to true if the '-debug' command line option884 extern bool DebugFlag;893 #define LLVM_DEBUG(X) do { if (DebugFlag) { X; } } while (0)897 ``DebugFlag`` explicitly if they want to. Now we just need to be able to set898 the ``DebugFlag`` boolean when the option is set. To do this, we pass an904 bool DebugFlag; // the actual value906 Debug("debug", cl::desc("Enable debug output"), cl::Hidden, cl::location(DebugFlag));911 attribute, so that ``DebugFlag`` is automatically set.1739 library. Examples of this include the ``llvm::DebugFlag`` exported by the
1175 disable it directly in gdb. Just use "``set DebugFlag=0``" or "``set1176 DebugFlag=1``" from the gdb if the program is running. If the program hasn't
254 DebugFlag = true; in main()
85 return DebugFlag && isCurrentDebugType(DEBUG_TYPE); in isDebug()
2798 bool Debugging = DebugFlag && isCurrentDebugType(DEBUG_TYPE); in rewriteHexConstDefs()