Searched refs:DebugFlag (Results 1 – 10 of 10) sorted by relevance
46 extern int DebugFlag;184 if (DebugFlag == DEBUG_ONELINE) { in mopSendASV()188 if (DebugFlag >= DEBUG_HEADER) { in mopSendASV()193 if (DebugFlag >= DEBUG_INFO) { in mopSendASV()198 if (DebugFlag) { in mopSendASV()288 if (DebugFlag == DEBUG_ONELINE) { in mopStartLoad()292 if (DebugFlag >= DEBUG_HEADER) { in mopStartLoad()297 if (DebugFlag >= DEBUG_INFO) { in mopStartLoad()302 if (DebugFlag) { in mopStartLoad()406 if (DebugFlag == DEBUG_ONELINE) { in mopNextLoad()[all …]
60 int DebugFlag = 0; /* print debugging messages */ variable87 DebugFlag++; in main()118 if ((!ForegroundFlag) && DebugFlag) in main()122 if ((!ForegroundFlag) && (!DebugFlag)) { in main()
43 bool DebugFlag = false; variable86 cl::location(DebugFlag));104 DebugFlag = true; in operator =()139 (!EnableDebugBuffering || !DebugFlag) ? 0 : DebugBufferSize) { in dbgs()140 if (EnableDebugBuffering && DebugFlag && DebugBufferSize != 0) in dbgs()
65 do { if (::llvm::DebugFlag && ::llvm::isCurrentDebugType(TYPE)) { X; } \79 extern bool DebugFlag;
60 int DebugFlag = 0; /* print debugging messages */ variable85 DebugFlag++; in main()
60 int DebugFlag = 0; /* print debugging messages */ variable87 DebugFlag++; in main()
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
1135 disable it directly in gdb. Just use "``set DebugFlag=0``" or "``set1136 DebugFlag=1``" from the gdb if the program is running. If the program hasn't
83 return DebugFlag && isCurrentDebugType(DEBUG_TYPE); in isDebug()
2804 bool Debugging = DebugFlag && isCurrentDebugType(DEBUG_TYPE); in rewriteHexConstDefs()