Searched refs:DebugFlag (Results 1 – 16 of 16) 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()
16 void mlirEnableGlobalDebug(bool enable) { llvm::DebugFlag = enable; } in mlirEnableGlobalDebug()18 bool mlirIsGlobalDebugEnabled() { return llvm::DebugFlag; } in mlirIsGlobalDebugEnabled()
65 do { if (::llvm::DebugFlag && ::llvm::isCurrentDebugType(TYPE)) { X; } \79 extern bool DebugFlag;
22 llvm::DebugFlag = true; in TEST()
130 DebugFlag = true; in main()
174 if (llvm::DebugFlag) { in runOnOperation()
143 if (!DebugFlag || !isCurrentDebugType("hfsort")) in reorder()153 (DebugFlag && isCurrentDebugType("hfsort") && opts::Verbosity > 0); in reorder()
67 if (!DebugFlag || !isCurrentDebugType(DEBUG_TYPE)) in RegAnalysis()
260 bool PrintInfo = DebugFlag && isCurrentDebugType("callgraph"); in buildCallGraph()
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
250 DebugFlag = true; in main()
85 return DebugFlag && isCurrentDebugType(DEBUG_TYPE); in isDebug()
2798 bool Debugging = DebugFlag && isCurrentDebugType(DEBUG_TYPE); in rewriteHexConstDefs()
2541 if (llvm::DebugFlag && (forOp = dyn_cast<AffineForOp>(&*begin))) { in affineDataCopyGenerate()