LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
llvm::MCModuleYAML::Atom Struct Reference
Collaboration diagram for llvm::MCModuleYAML::Atom:
Collaboration graph
[legend]

Public Attributes

MCAtom::AtomKind Type
 
yaml::Hex64 StartAddress
 
uint64_t Size
 
std::vector< InstInsts
 
object::yaml::BinaryRef Data
 

Detailed Description

Definition at line 98 of file MCModuleYAML.cpp.

Member Data Documentation

object::yaml::BinaryRef llvm::MCModuleYAML::Atom::Data
std::vector<Inst> llvm::MCModuleYAML::Atom::Insts
uint64_t llvm::MCModuleYAML::Atom::Size
yaml::Hex64 llvm::MCModuleYAML::Atom::StartAddress
MCAtom::AtomKind llvm::MCModuleYAML::Atom::Type

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