mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-04 05:31:51 +00:00
Add documentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163658 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fde528fa2b
commit
2a3fcb382e
@ -23,9 +23,13 @@ public:
|
||||
MCParsedAsmOperand() {}
|
||||
virtual ~MCParsedAsmOperand() {}
|
||||
|
||||
/// isToken - Is this a token operand?
|
||||
virtual bool isToken() const = 0;
|
||||
/// isImm - Is this an immediate operand?
|
||||
virtual bool isImm() const = 0;
|
||||
/// isReg - Is this a register operand?
|
||||
virtual bool isReg() const = 0;
|
||||
/// isMem - Is this a memory operand?
|
||||
virtual bool isMem() const = 0;
|
||||
|
||||
/// getStartLoc - Get the location of the first token of this operand.
|
||||
|
Loading…
x
Reference in New Issue
Block a user