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

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

Public Member Functions
ObjectForArch (const TapiUniversal *Parent, int Index)
ObjectForArch getNext () const
bool operator== (const ObjectForArch &Other) const
uint32_t getCPUType () const
uint32_t getCPUSubType () const
StringRef getArchFlagName () const
std::string getInstallName () const
bool isTopLevelLib () const
LLVM_ABI Expected< std::unique_ptr< TapiFile > > getAsObjectFile () const

Definition at line 31 of file TapiUniversal.h.

llvm::object::TapiUniversal::ObjectForArch::ObjectForArch ( const TapiUniversal * Parent, int Index ) inline

getArchFlagName()

StringRef llvm::object::TapiUniversal::ObjectForArch::getArchFlagName ( ) const inline

getAsObjectFile()

Expected< std::unique_ptr< TapiFile > > TapiUniversal::ObjectForArch::getAsObjectFile ( ) const

getCPUSubType()

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

getCPUType()

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

getInstallName()

std::string llvm::object::TapiUniversal::ObjectForArch::getInstallName ( ) const inline

getNext()

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

isTopLevelLib()

bool llvm::object::TapiUniversal::ObjectForArch::isTopLevelLib ( ) const inline

operator==()


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