|
LLVM
3.7.0
|
#include <AArch64BaseInfo.h>
Public Member Functions | |
| bool | isNameEqual (std::string Other, const FeatureBitset &FeatureBits) const |
| bool | isValueEqual (uint32_t Other, const FeatureBitset &FeatureBits) const |
Public Attributes | |
| const char * | Name |
| uint32_t | Value |
| FeatureBitset | FeatureBitSet |
Definition at line 281 of file AArch64BaseInfo.h.
|
inline |
Definition at line 288 of file AArch64BaseInfo.h.
References FeatureBitSet, Name, and Other.
|
inline |
Definition at line 296 of file AArch64BaseInfo.h.
References FeatureBitSet, and Other.
| FeatureBitset llvm::AArch64NamedImmMapper::Mapping::FeatureBitSet |
Definition at line 286 of file AArch64BaseInfo.h.
Referenced by isNameEqual(), and isValueEqual().
| const char* llvm::AArch64NamedImmMapper::Mapping::Name |
Definition at line 282 of file AArch64BaseInfo.h.
Referenced by isNameEqual(), and llvm::AArch64NamedImmMapper::toString().
| uint32_t llvm::AArch64NamedImmMapper::Mapping::Value |
Definition at line 283 of file AArch64BaseInfo.h.
Referenced by llvm::AArch64NamedImmMapper::fromString().
1.8.6