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 |
Enumerate the meta operands. |
Member Functions
Name |
Description |
|
Construct an accessor for the operands of stackmap instruction |
Return the ID for the given stackmap. |
|
Return the number of patchable bytes the given stackmap should emit. |
|
Get the operand index of the variable list of non‐argument operands. These hold the "live state". |
Created with MrDocs