Home
last modified time | relevance | path

Searched refs:DebugFlag (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/
DDebug.cpp35 bool llvm::DebugFlag; // DebugFlag - Exported boolean set by the -debug option member in llvm
41 cl::location(DebugFlag));
59 DebugFlag |= !Val.empty(); in operator =()
108 (!EnableDebugBuffering || !DebugFlag) ? 0 : DebugBufferSize) { in dbgs()
109 if (EnableDebugBuffering && DebugFlag && DebugBufferSize != 0) in dbgs()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DDebug.cpp42 bool DebugFlag = false; variable
79 cl::location(DebugFlag));
97 DebugFlag = true; in operator =()
132 (!EnableDebugBuffering || !DebugFlag) ? 0 : DebugBufferSize) { in dbgs()
133 if (EnableDebugBuffering && DebugFlag && DebugBufferSize != 0) in dbgs()
/external/llvm/lib/Support/
DDebug.cpp42 bool DebugFlag = false; variable
79 cl::location(DebugFlag));
97 DebugFlag = true; in operator =()
132 (!EnableDebugBuffering || !DebugFlag) ? 0 : DebugBufferSize) { in dbgs()
133 if (EnableDebugBuffering && DebugFlag && DebugBufferSize != 0) in dbgs()
/external/llvm/include/llvm/Support/
DDebug.h39 extern bool DebugFlag;
63 do { if (::llvm::DebugFlag && ::llvm::isCurrentDebugType(TYPE)) { X; } \
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DDebug.h40 extern bool DebugFlag;
64 do { if (::llvm::DebugFlag && ::llvm::isCurrentDebugType(TYPE)) { X; } \
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DDebug.h44 extern bool DebugFlag;
68 do { if (::llvm::DebugFlag && ::llvm::isCurrentDebugType(TYPE)) { X; } \
/external/llvm/docs/
DCommandLine.rst881 // DebugFlag.h - Get access to the '-debug' command line option
884 // DebugFlag - This boolean is set to true if the '-debug' command line option
888 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 set
902 the ``DebugFlag`` boolean when the option is set. To do this, we pass an
908 bool DebugFlag; // the actual value
910 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
DProgrammersManual.rst559 disable it directly in gdb. Just use "``set DebugFlag=0``" or "``set
560 DebugFlag=1``" from the gdb if the program is running. If the program hasn't
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
Dllvm-objdump.cpp278 raw_ostream &DebugOut = DebugFlag ? dbgs() : nulls(); in DisassembleObject()
DMachODump.cpp338 raw_ostream &DebugOut = DebugFlag ? dbgs() : nulls(); in DisassembleInputMachO()
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUISelLowering.cpp876 if (DebugFlag && isCurrentDebugType(DEBUG_TYPE)) { in LowerSTORE()
2934 if (DebugFlag && isCurrentDebugType(DEBUG_TYPE)) { in PerformDAGCombine()
2950 if (DebugFlag && isCurrentDebugType(DEBUG_TYPE)) { in PerformDAGCombine()
2974 if (DebugFlag && isCurrentDebugType(DEBUG_TYPE)) { in PerformDAGCombine()
3010 if (DebugFlag && isCurrentDebugType(DEBUG_TYPE)) { in PerformDAGCombine()
/external/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp67 return ::llvm::DebugFlag && ::llvm::isCurrentDebugType(DEBUG_TYPE); in isDebug()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1161 raw_ostream &DebugOut = DebugFlag ? dbgs() : nulls(); in DisassembleObject()
DMachODump.cpp6551 raw_ostream &DebugOut = DebugFlag ? dbgs() : nulls(); in DisassembleMachO()