LLVM  3.7.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, 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
 
bool HasSideEffects
 
bool IsAlignStack
 
InlineAsm::AsmDialect AsmDialect
 

Detailed Description

Definition at line 373 of file ConstantsContext.h.

Member Typedef Documentation

Definition at line 408 of file ConstantsContext.h.

Constructor & Destructor Documentation

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

Definition at line 380 of file ConstantsContext.h.

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

Definition at line 386 of file ConstantsContext.h.

Member Function Documentation

InlineAsm* llvm::InlineAsmKeyType::create ( TypeClass Ty) const
inline

Definition at line 409 of file ConstantsContext.h.

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

unsigned llvm::InlineAsmKeyType::getHash ( ) const
inline
bool llvm::InlineAsmKeyType::operator== ( const InlineAsmKeyType X) const
inline

Definition at line 391 of file ConstantsContext.h.

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

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

Member Data Documentation

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


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