|
LLVM
4.0.0
|
#include <ConstantsContext.h>
Public Types | |
| typedef ConstantInfo < InlineAsm >::TypeClass | TypeClass |
Public Member Functions | |
| InlineAsmKeyType (StringRef AsmString, StringRef Constraints, FunctionType *FTy, 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 |
| FunctionType * | FTy |
| bool | HasSideEffects |
| bool | IsAlignStack |
| InlineAsm::AsmDialect | AsmDialect |
Definition at line 446 of file ConstantsContext.h.
Definition at line 486 of file ConstantsContext.h.
|
inline |
Definition at line 454 of file ConstantsContext.h.
|
inline |
Definition at line 460 of file ConstantsContext.h.
Definition at line 487 of file ConstantsContext.h.
References AsmDialect, AsmString, assert(), Constraints, FTy, llvm::PointerType::getUnqual(), HasSideEffects, and IsAlignStack.
|
inline |
Definition at line 481 of file ConstantsContext.h.
References AsmDialect, AsmString, Constraints, FTy, llvm::hash_combine(), HasSideEffects, and IsAlignStack.
|
inline |
Definition at line 465 of file ConstantsContext.h.
References AsmDialect, AsmString, Constraints, FTy, HasSideEffects, and IsAlignStack.
Definition at line 472 of file ConstantsContext.h.
References AsmDialect, AsmString, Constraints, FTy, llvm::InlineAsm::getAsmString(), llvm::InlineAsm::getConstraintString(), llvm::InlineAsm::getDialect(), llvm::InlineAsm::getFunctionType(), llvm::InlineAsm::hasSideEffects(), HasSideEffects, llvm::InlineAsm::isAlignStack(), and IsAlignStack.
| InlineAsm::AsmDialect llvm::InlineAsmKeyType::AsmDialect |
Definition at line 452 of file ConstantsContext.h.
Referenced by create(), getHash(), and operator==().
| StringRef llvm::InlineAsmKeyType::AsmString |
Definition at line 447 of file ConstantsContext.h.
Referenced by create(), getHash(), and operator==().
| StringRef llvm::InlineAsmKeyType::Constraints |
Definition at line 448 of file ConstantsContext.h.
Referenced by create(), getHash(), and operator==().
| FunctionType* llvm::InlineAsmKeyType::FTy |
Definition at line 449 of file ConstantsContext.h.
Referenced by create(), getHash(), and operator==().
| bool llvm::InlineAsmKeyType::HasSideEffects |
Definition at line 450 of file ConstantsContext.h.
Referenced by create(), getHash(), and operator==().
| bool llvm::InlineAsmKeyType::IsAlignStack |
Definition at line 451 of file ConstantsContext.h.
Referenced by create(), getHash(), and operator==().
1.8.6