LLVM: llvm::object::MachOUniversalBinary::ObjectForArch Class Reference (original) (raw)

#include "[llvm/Object/MachOUniversal.h](MachOUniversal%5F8h%5Fsource.html)"

Public Member Functions
LLVM_ABI ObjectForArch (const MachOUniversalBinary *Parent, uint32_t Index)
void clear ()
bool operator== (const ObjectForArch &Other) const
ObjectForArch getNext () const
uint32_t getCPUType () const
uint32_t getCPUSubType () const
uint64_t getOffset () const
uint64_t getSize () const
uint32_t getAlign () const
uint32_t getReserved () const
Triple getTriple () const
std::string getArchFlagName () const
LLVM_ABI Expected< std::unique_ptr< MachOObjectFile > > getAsObjectFile () const
LLVM_ABI Expected< std::unique_ptr< IRObjectFile > > getAsIRObject (LLVMContext &Ctx) const
LLVM_ABI Expected< std::unique_ptr< Archive > > getAsArchive () const

Definition at line 39 of file MachOUniversal.h.

clear()

void llvm::object::MachOUniversalBinary::ObjectForArch::clear ( ) inline

getAlign()

uint32_t llvm::object::MachOUniversalBinary::ObjectForArch::getAlign ( ) const inline

getArchFlagName()

std::string llvm::object::MachOUniversalBinary::ObjectForArch::getArchFlagName ( ) const inline

getAsArchive()

Expected< std::unique_ptr< Archive > > MachOUniversalBinary::ObjectForArch::getAsArchive ( ) const

getAsIRObject()

getAsObjectFile()

getCPUSubType()

uint32_t llvm::object::MachOUniversalBinary::ObjectForArch::getCPUSubType ( ) const inline

getCPUType()

uint32_t llvm::object::MachOUniversalBinary::ObjectForArch::getCPUType ( ) const inline

getNext()

ObjectForArch llvm::object::MachOUniversalBinary::ObjectForArch::getNext ( ) const inline

getOffset()

uint64_t llvm::object::MachOUniversalBinary::ObjectForArch::getOffset ( ) const inline

getReserved()

uint32_t llvm::object::MachOUniversalBinary::ObjectForArch::getReserved ( ) const inline

getSize()

uint64_t llvm::object::MachOUniversalBinary::ObjectForArch::getSize ( ) const inline

getTriple()

Triple llvm::object::MachOUniversalBinary::ObjectForArch::getTriple ( ) const inline

operator==()

bool llvm::object::MachOUniversalBinary::ObjectForArch::operator== ( const ObjectForArch & Other) const inline

The documentation for this class was generated from the following files: