LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Attributes | List of all members
llvm::DataRegionData Struct Reference

#include <MCAssembler.h>

Collaboration diagram for llvm::DataRegionData:
Collaboration graph
[legend]

Public Types

enum  KindTy { Data = 1, JumpTable8, JumpTable16, JumpTable32 }
 

Public Attributes

enum llvm::DataRegionData::KindTy Kind
 
MCSymbolStart
 
MCSymbolEnd
 

Detailed Description

Definition at line 799 of file MCAssembler.h.

Member Enumeration Documentation

Enumerator
Data 
JumpTable8 
JumpTable16 
JumpTable32 

Definition at line 802 of file MCAssembler.h.

Member Data Documentation

MCSymbol* llvm::DataRegionData::End

Definition at line 804 of file MCAssembler.h.

Referenced by llvm::MachObjectWriter::WriteObject().

enum llvm::DataRegionData::KindTy llvm::DataRegionData::Kind
MCSymbol* llvm::DataRegionData::Start

Definition at line 803 of file MCAssembler.h.

Referenced by llvm::MachObjectWriter::WriteObject().


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