struct InlineAsm::SubConstraintInfo

Declaration

struct InlineAsm::SubConstraintInfo { /* full declaration omitted */ };

Declared at: llvm/include/llvm/IR/InlineAsm.h:101

Member Variables

public int MatchingInput = -1
MatchingInput - If this is not -1, this is an output constraint where an input constraint is required to match it (e.g. "0"). The value is the constraint number that matches this one (for example, if this is constraint #0 and constraint #4 has the value "0", this will be 4).
public llvm::InlineAsm::ConstraintCodeVector Codes
Code - The constraint code, either the register name (in braces) or the constraint letter/number.

Method Overview

Methods

ΒΆSubConstraintInfo()

Description

Default constructor.

Declared at: llvm/include/llvm/IR/InlineAsm.h:113