LLVM: lib/MC/MCLabel.cpp Source File (original) (raw)
Go to the documentation of this file.
1
2
3
4
5
6
7
8
10#include "llvm/Config/llvm-config.h"
14
15using namespace llvm;
16
20
21#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
25#endif
#define LLVM_DUMP_METHOD
Mark debug helper function definitions like dump() that should not be stripped from debug builds.
void print(raw_ostream &OS) const
Print the value to the stream OS.
Definition MCLabel.cpp:17
void dump() const
Print the value to stderr.
Definition MCLabel.cpp:22
unsigned getInstance() const
Get the current instance of this Directional Local Label.
This class implements an extremely fast bulk output stream that can only output to a stream.
This is an optimization pass for GlobalISel generic memory operations.
LLVM_ABI raw_ostream & dbgs()
dbgs() - This returns a reference to a raw_ostream for debugging messages.