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

#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, bool canThrow)
 
 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
 
bool CanThrow
 

Detailed Description

Definition at line 348 of file ConstantsContext.h.

Member Typedef Documentation

◆ TypeClass

Definition at line 391 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,
bool  canThrow 
)
inline

Definition at line 357 of file ConstantsContext.h.

◆ InlineAsmKeyType() [2/2]

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

Definition at line 364 of file ConstantsContext.h.

Member Function Documentation

◆ create()

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

◆ getHash()

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

◆ operator==() [1/2]

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

Definition at line 377 of file ConstantsContext.h.

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

◆ operator==() [2/2]

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

Definition at line 370 of file ConstantsContext.h.

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

Member Data Documentation

◆ AsmDialect

InlineAsm::AsmDialect llvm::InlineAsmKeyType::AsmDialect

Definition at line 354 of file ConstantsContext.h.

Referenced by create(), getHash(), and operator==().

◆ AsmString

StringRef llvm::InlineAsmKeyType::AsmString

Definition at line 349 of file ConstantsContext.h.

Referenced by create(), getHash(), and operator==().

◆ CanThrow

bool llvm::InlineAsmKeyType::CanThrow

Definition at line 355 of file ConstantsContext.h.

Referenced by create(), getHash(), and operator==().

◆ Constraints

StringRef llvm::InlineAsmKeyType::Constraints

Definition at line 350 of file ConstantsContext.h.

Referenced by create(), getHash(), and operator==().

◆ FTy

FunctionType* llvm::InlineAsmKeyType::FTy

Definition at line 351 of file ConstantsContext.h.

Referenced by create(), getHash(), and operator==().

◆ HasSideEffects

bool llvm::InlineAsmKeyType::HasSideEffects

Definition at line 352 of file ConstantsContext.h.

Referenced by create(), getHash(), and operator==().

◆ IsAlignStack

bool llvm::InlineAsmKeyType::IsAlignStack

Definition at line 353 of file ConstantsContext.h.

Referenced by create(), getHash(), and operator==().


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