LLVM API Documentation
#include <ParserInternals.h>
Collaboration diagram for llvm::InlineAsmDescriptor:
Public Member Functions | |
InlineAsmDescriptor (const std::string &as, const std::string &c, bool HSE) | |
Public Attributes | |
std::string | AsmString |
std::string | Constraints |
bool | HasSideEffects |
Definition at line 77 of file ParserInternals.h.
llvm::InlineAsmDescriptor::InlineAsmDescriptor | ( | const std::string & | as, | |
const std::string & | c, | |||
bool | HSE | |||
) | [inline] |
Definition at line 81 of file ParserInternals.h.
std::string llvm::InlineAsmDescriptor::AsmString |
Definition at line 78 of file ParserInternals.h.
std::string llvm::InlineAsmDescriptor::Constraints |
Definition at line 78 of file ParserInternals.h.
Definition at line 79 of file ParserInternals.h.