LLVM API Documentation
#include <ConstantsContext.h>
Public Member Functions | |
InlineAsmKeyType (StringRef AsmString, StringRef Constraints, bool hasSideEffects, bool isAlignStack, InlineAsm::AsmDialect asmDialect) | |
bool | operator== (const InlineAsmKeyType &that) const |
bool | operator< (const InlineAsmKeyType &that) const |
bool | operator!= (const InlineAsmKeyType &that) const |
Public Attributes | |
std::string | asm_string |
std::string | constraints |
bool | has_side_effects |
bool | is_align_stack |
InlineAsm::AsmDialect | asm_dialect |
Definition at line 352 of file ConstantsContext.h.
|
inline |
Definition at line 353 of file ConstantsContext.h.
|
inline |
Definition at line 385 of file ConstantsContext.h.
|
inline |
Definition at line 371 of file ConstantsContext.h.
References asm_dialect, asm_string, constraints, has_side_effects, and is_align_stack.
|
inline |
Definition at line 364 of file ConstantsContext.h.
References asm_dialect, asm_string, constraints, has_side_effects, and is_align_stack.
InlineAsm::AsmDialect llvm::InlineAsmKeyType::asm_dialect |
Definition at line 363 of file ConstantsContext.h.
Referenced by llvm::ConstantCreator< InlineAsm, PointerType, InlineAsmKeyType >::create(), operator<(), and operator==().
std::string llvm::InlineAsmKeyType::asm_string |
Definition at line 359 of file ConstantsContext.h.
Referenced by llvm::ConstantCreator< InlineAsm, PointerType, InlineAsmKeyType >::create(), operator<(), and operator==().
std::string llvm::InlineAsmKeyType::constraints |
Definition at line 360 of file ConstantsContext.h.
Referenced by llvm::ConstantCreator< InlineAsm, PointerType, InlineAsmKeyType >::create(), operator<(), and operator==().
bool llvm::InlineAsmKeyType::has_side_effects |
Definition at line 361 of file ConstantsContext.h.
Referenced by llvm::ConstantCreator< InlineAsm, PointerType, InlineAsmKeyType >::create(), operator<(), and operator==().
bool llvm::InlineAsmKeyType::is_align_stack |
Definition at line 362 of file ConstantsContext.h.
Referenced by llvm::ConstantCreator< InlineAsm, PointerType, InlineAsmKeyType >::create(), operator<(), and operator==().