LLVM API Documentation
#include <AArch64BaseInfo.h>


Public Member Functions | |
| ATMapper () | |
Public Member Functions inherited from llvm::NamedImmMapper | |
| template<int N> | |
| NamedImmMapper (const Mapping(&Pairs)[N], uint32_t TooBigImm) | |
| StringRef | toString (uint32_t Value, bool &Valid) const |
| uint32_t | fromString (StringRef Name, bool &Valid) const |
| bool | validImm (uint32_t Value) const |
Static Public Attributes | |
| static const Mapping | ATPairs [] |
Additional Inherited Members | |
Protected Attributes inherited from llvm::NamedImmMapper | |
| const Mapping * | Pairs |
| size_t | NumPairs |
| uint32_t | TooBigImm |
Definition at line 158 of file AArch64BaseInfo.h.
| A64AT::ATMapper::ATMapper | ( | ) |
Definition at line 65 of file AArch64BaseInfo.cpp.
|
static |