|
LLVM
3.7.0
|
#include <ConstantsContext.h>
Public Types | |
| typedef ConstantInfo < InlineAsm >::TypeClass | TypeClass |
Public Member Functions | |
| InlineAsmKeyType (StringRef AsmString, StringRef Constraints, bool HasSideEffects, bool IsAlignStack, InlineAsm::AsmDialect AsmDialect) | |
| InlineAsmKeyType (const InlineAsm *Asm, SmallVectorImpl< Constant * > &) | |
| bool | operator== (const InlineAsmKeyType &X) const |
| bool | operator== (const InlineAsm *Asm) const |
| unsigned | getHash () const |
| InlineAsm * | create (TypeClass *Ty) const |
Public Attributes | |
| StringRef | AsmString |
| StringRef | Constraints |
| bool | HasSideEffects |
| bool | IsAlignStack |
| InlineAsm::AsmDialect | AsmDialect |
Definition at line 373 of file ConstantsContext.h.
Definition at line 408 of file ConstantsContext.h.
|
inline |
Definition at line 380 of file ConstantsContext.h.
|
inline |
Definition at line 386 of file ConstantsContext.h.
Definition at line 409 of file ConstantsContext.h.
References AsmDialect, AsmString, Constraints, HasSideEffects, and IsAlignStack.
|
inline |
Definition at line 403 of file ConstantsContext.h.
References AsmDialect, AsmString, Constraints, llvm::hash_combine(), HasSideEffects, and IsAlignStack.
|
inline |
Definition at line 391 of file ConstantsContext.h.
References AsmDialect, AsmString, Constraints, HasSideEffects, and IsAlignStack.
Definition at line 396 of file ConstantsContext.h.
References AsmDialect, AsmString, Constraints, llvm::InlineAsm::getAsmString(), llvm::InlineAsm::getConstraintString(), llvm::InlineAsm::getDialect(), llvm::InlineAsm::hasSideEffects(), HasSideEffects, llvm::InlineAsm::isAlignStack(), and IsAlignStack.
| InlineAsm::AsmDialect llvm::InlineAsmKeyType::AsmDialect |
Definition at line 378 of file ConstantsContext.h.
Referenced by create(), getHash(), and operator==().
| StringRef llvm::InlineAsmKeyType::AsmString |
Definition at line 374 of file ConstantsContext.h.
Referenced by create(), getHash(), and operator==().
| StringRef llvm::InlineAsmKeyType::Constraints |
Definition at line 375 of file ConstantsContext.h.
Referenced by create(), getHash(), and operator==().
| bool llvm::InlineAsmKeyType::HasSideEffects |
Definition at line 376 of file ConstantsContext.h.
Referenced by create(), getHash(), and operator==().
| bool llvm::InlineAsmKeyType::IsAlignStack |
Definition at line 377 of file ConstantsContext.h.
Referenced by create(), getHash(), and operator==().
1.8.6