LLVM
8.0.1
|
#include "llvm/Support/ARMAttributeParser.h"
Public Member Functions | |
ARMAttributeParser (ScopedPrinter *SW) | |
ARMAttributeParser () | |
void | Parse (ArrayRef< uint8_t > Section, bool isLittle) |
bool | hasAttribute (unsigned Tag) const |
unsigned | getAttributeValue (unsigned Tag) const |
Definition at line 21 of file ARMAttributeParser.h.
|
inline |
Definition at line 122 of file ARMAttributeParser.h.
|
inline |
Definition at line 124 of file ARMAttributeParser.h.
References Parse(), and llvm::ARMBuildAttrs::Section.
Definition at line 132 of file ARMAttributeParser.h.
Referenced by llvm::object::ELFObjectFileBase::getARMFeatures(), and llvm::object::ELFObjectFileBase::setARMSubArch().
Definition at line 128 of file ARMAttributeParser.h.
Referenced by llvm::object::ELFObjectFileBase::getARMFeatures(), and llvm::object::ELFObjectFileBase::setARMSubArch().
Definition at line 684 of file ARMAttributeParser.cpp.
References llvm::ArrayRef< T >::data(), llvm::support::endian::read32be(), llvm::support::endian::read32le(), and llvm::ArrayRef< T >::size().
Referenced by ARMAttributeParser(), and llvm::object::ELFObjectFile< ELFT >::getBuildAttributes().