MI‐level stackmap operands.

Synopsis

Declared in <llvm/CodeGen/StackMaps.h>

class StackMapOpers;

Description

MI stackmap operations take the form: <id>, <numBytes>, live args...

Enums

Name

Description

MetaOperandPos

Enumerate the meta operands.

Member Functions

Name

Description

StackMapOpers [constructor]

Construct an accessor for the operands of stackmap instruction MI.

getID

Return the ID for the given stackmap.

getNumPatchBytes

Return the number of patchable bytes the given stackmap should emit.

getVarIdx

Get the operand index of the variable list of non‐argument operands. These hold the "live state".

Created with MrDocs