LLVM  4.0.0
Public Types | Public Member Functions | Public Attributes | List of all members
llvm::InlineAsmKeyType Struct Reference

#include <ConstantsContext.h>

Collaboration diagram for llvm::InlineAsmKeyType:
[legend]

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
 
InlineAsmcreate (TypeClass *Ty) const
 

Public Attributes

StringRef AsmString
 
StringRef Constraints
 
FunctionTypeFTy
 
bool HasSideEffects
 
bool IsAlignStack
 
InlineAsm::AsmDialect AsmDialect
 

Detailed Description

Definition at line 446 of file ConstantsContext.h.

Member Typedef Documentation

Definition at line 486 of file ConstantsContext.h.

Constructor & Destructor Documentation

llvm::InlineAsmKeyType::InlineAsmKeyType ( StringRef  AsmString,
StringRef  Constraints,
FunctionType FTy,
bool  HasSideEffects,
bool  IsAlignStack,
InlineAsm::AsmDialect  AsmDialect 
)
inline

Definition at line 454 of file ConstantsContext.h.

llvm::InlineAsmKeyType::InlineAsmKeyType ( const InlineAsm Asm,
SmallVectorImpl< Constant * > &   
)
inline

Definition at line 460 of file ConstantsContext.h.

Member Function Documentation

InlineAsm* llvm::InlineAsmKeyType::create ( TypeClass Ty) const
inline
unsigned llvm::InlineAsmKeyType::getHash ( ) const
inline
bool llvm::InlineAsmKeyType::operator== ( const InlineAsmKeyType X) const
inline

Definition at line 465 of file ConstantsContext.h.

References AsmDialect, AsmString, Constraints, FTy, HasSideEffects, and IsAlignStack.

bool llvm::InlineAsmKeyType::operator== ( const InlineAsm Asm) const
inline

Member Data Documentation

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==().


The documentation for this struct was generated from the following file: