LLVM API Documentation
Public Attributes | |
MCAtom::AtomKind | Type |
yaml::Hex64 | StartAddress |
uint64_t | Size |
std::vector< Inst > | Insts |
object::yaml::BinaryRef | Data |
Definition at line 98 of file MCModuleYAML.cpp.
object::yaml::BinaryRef llvm::MCModuleYAML::Atom::Data |
Definition at line 104 of file MCModuleYAML.cpp.
Referenced by llvm::yaml::MappingTraits< MCModuleYAML::Atom >::mapping().
std::vector<Inst> llvm::MCModuleYAML::Atom::Insts |
Definition at line 103 of file MCModuleYAML.cpp.
Referenced by llvm::yaml::MappingTraits< MCModuleYAML::Atom >::mapping().
uint64_t llvm::MCModuleYAML::Atom::Size |
Definition at line 101 of file MCModuleYAML.cpp.
Referenced by llvm::yaml::MappingTraits< MCModuleYAML::Atom >::mapping().
yaml::Hex64 llvm::MCModuleYAML::Atom::StartAddress |
Definition at line 100 of file MCModuleYAML.cpp.
Referenced by llvm::yaml::MappingTraits< MCModuleYAML::Atom >::mapping().
MCAtom::AtomKind llvm::MCModuleYAML::Atom::Type |
Definition at line 99 of file MCModuleYAML.cpp.
Referenced by llvm::yaml::MappingTraits< MCModuleYAML::Atom >::mapping().