Go to the source code of this file.
|
namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations.
|
|
◆ DEBUG_WITH_TYPE
#define DEBUG_WITH_TYPE |
( |
|
TYPE, |
|
|
|
X |
|
) |
| |
Value:
} while (false)
static GCMetadataPrinterRegistry::Add< ErlangGCPrinter > X("erlang", "erlang-compatible garbage collector")
bool DebugFlag
This boolean is set to true if the '-debug' command line option is specified.
bool isCurrentDebugType(const char *Type)
isCurrentDebugType - Return true if the specified string is the debug type specified on the command l...
DEBUG_WITH_TYPE macro - This macro should be used by passes to emit debug information.
If the '-debug' option is specified on the commandline, and if this is a debug build, then the code specified as the option to the macro will be executed. Otherwise it will not be. Example:
DEBUG_WITH_TYPE("bitset", dbgs() << "Bitset contains: " << Bitset << "\n");
This will emit the debug information if -debug is present, and -debug-only is not specified, or is specified as "bitset".
Definition at line 64 of file Debug.h.
◆ LLVM_DEBUG