llvm-6502/lib/MC/MCParser
Jim Grosbach b7f689bab9 Update MCParsedAsmOperand debug methods.
Update the debug output interface for MCParsedAsmOperand to have a print()
method which takes an output stream argument, an << operator which invokes
the print method using the given stream, and a dump() method which prints
the operand to the dbgs() stream. This makes the interface more consistent
with the rest of LLVM, and more convenient to use at the debugger command
line.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135043 91177308-0d34-0410-b5e6-96231b3b80d8
2011-07-13 15:34:57 +00:00
..
AsmLexer.cpp
AsmParser.cpp Update MCParsedAsmOperand debug methods. 2011-07-13 15:34:57 +00:00
CMakeLists.txt
COFFAsmParser.cpp
DarwinAsmParser.cpp
ELFAsmParser.cpp
Makefile
MCAsmLexer.cpp
MCAsmParser.cpp Update MCParsedAsmOperand debug methods. 2011-07-13 15:34:57 +00:00
MCAsmParserExtension.cpp
TargetAsmParser.cpp