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

#include "IR/ConstantsContext.h"

Collaboration diagram for llvm::InlineAsmKeyType:
Collaboration graph
[legend]

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

Public Attributes

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

Detailed Description

Definition at line 413 of file ConstantsContext.h.

Member Typedef Documentation

◆ TypeClass

Definition at line 454 of file ConstantsContext.h.

Constructor & Destructor Documentation

◆ InlineAsmKeyType() [1/2]

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

Definition at line 421 of file ConstantsContext.h.

◆ InlineAsmKeyType() [2/2]

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

Definition at line 428 of file ConstantsContext.h.

Member Function Documentation

◆ create()

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

Definition at line 456 of file ConstantsContext.h.

References assert(), and llvm::PointerType::getUnqual().

◆ getHash()

unsigned llvm::InlineAsmKeyType::getHash ( ) const
inline

Definition at line 449 of file ConstantsContext.h.

References llvm::hash_combine().

◆ operator==() [1/2]

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

Definition at line 433 of file ConstantsContext.h.

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

◆ operator==() [2/2]

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

Member Data Documentation

◆ AsmDialect

InlineAsm::AsmDialect llvm::InlineAsmKeyType::AsmDialect

Definition at line 419 of file ConstantsContext.h.

Referenced by operator==().

◆ AsmString

StringRef llvm::InlineAsmKeyType::AsmString

Definition at line 414 of file ConstantsContext.h.

Referenced by operator==().

◆ Constraints

StringRef llvm::InlineAsmKeyType::Constraints

Definition at line 415 of file ConstantsContext.h.

Referenced by operator==().

◆ FTy

FunctionType* llvm::InlineAsmKeyType::FTy

Definition at line 416 of file ConstantsContext.h.

Referenced by operator==().

◆ HasSideEffects

bool llvm::InlineAsmKeyType::HasSideEffects

Definition at line 417 of file ConstantsContext.h.

Referenced by operator==().

◆ IsAlignStack

bool llvm::InlineAsmKeyType::IsAlignStack

Definition at line 418 of file ConstantsContext.h.

Referenced by operator==().


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