|
LLVM
8.0.1
|
#include "IR/ConstantsContext.h"

Public Types | |
| using | TypeClass = ConstantInfo< InlineAsm >::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 413 of file ConstantsContext.h.
Definition at line 454 of file ConstantsContext.h.
|
inline |
Definition at line 421 of file ConstantsContext.h.
|
inline |
Definition at line 428 of file ConstantsContext.h.
Definition at line 456 of file ConstantsContext.h.
References assert(), and llvm::PointerType::getUnqual().
|
inline |
Definition at line 449 of file ConstantsContext.h.
References llvm::hash_combine().
|
inline |
Definition at line 433 of file ConstantsContext.h.
References AsmDialect, AsmString, Constraints, FTy, HasSideEffects, and IsAlignStack.
Definition at line 440 of file ConstantsContext.h.
References llvm::InlineAsm::getAsmString(), llvm::InlineAsm::getConstraintString(), llvm::InlineAsm::getDialect(), llvm::InlineAsm::getFunctionType(), llvm::InlineAsm::hasSideEffects(), and llvm::InlineAsm::isAlignStack().
| InlineAsm::AsmDialect llvm::InlineAsmKeyType::AsmDialect |
Definition at line 419 of file ConstantsContext.h.
Referenced by operator==().
| StringRef llvm::InlineAsmKeyType::AsmString |
Definition at line 414 of file ConstantsContext.h.
Referenced by operator==().
| StringRef llvm::InlineAsmKeyType::Constraints |
Definition at line 415 of file ConstantsContext.h.
Referenced by operator==().
| FunctionType* llvm::InlineAsmKeyType::FTy |
Definition at line 416 of file ConstantsContext.h.
Referenced by operator==().
| bool llvm::InlineAsmKeyType::HasSideEffects |
Definition at line 417 of file ConstantsContext.h.
Referenced by operator==().
| bool llvm::InlineAsmKeyType::IsAlignStack |
Definition at line 418 of file ConstantsContext.h.
Referenced by operator==().
1.8.13