LLVM API Documentation

llvm::InlineAsmDescriptor Struct Reference

#include <ParserInternals.h>

Collaboration diagram for llvm::InlineAsmDescriptor:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 InlineAsmDescriptor (const std::string &as, const std::string &c, bool HSE)

Public Attributes

std::string AsmString
std::string Constraints
bool HasSideEffects

Detailed Description

InlineAsmDescriptor - This is a simple class that holds info about inline asm blocks, for use by ValID.

Definition at line 77 of file ParserInternals.h.


Constructor & Destructor Documentation

llvm::InlineAsmDescriptor::InlineAsmDescriptor ( const std::string &  as,
const std::string &  c,
bool  HSE 
) [inline]

Definition at line 81 of file ParserInternals.h.


Member Data Documentation

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.

bool llvm::InlineAsmDescriptor::HasSideEffects

Definition at line 79 of file ParserInternals.h.


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