LLVM  4.0.0
Public Attributes | List of all members
llvm::X86Operand::TokOp Struct Reference

#include <X86Operand.h>

Collaboration diagram for llvm::X86Operand::TokOp:
[legend]

Public Attributes

const char * Data
 
unsigned Length
 

Detailed Description

Definition at line 39 of file X86Operand.h.

Member Data Documentation

const char* llvm::X86Operand::TokOp::Data

Definition at line 40 of file X86Operand.h.

Referenced by llvm::X86Operand::getToken(), and llvm::X86Operand::setTokenValue().

unsigned llvm::X86Operand::TokOp::Length

Definition at line 41 of file X86Operand.h.

Referenced by llvm::X86Operand::getToken(), and llvm::X86Operand::setTokenValue().


The documentation for this struct was generated from the following file: