Method OpInfo
OpInfo(ulong, ulong, ulong, ulong, int, nint)
Purpose not fully known or well explained in LLVM docs
int OpInfo(ulong PC, ulong Offset, ulong OpSize, ulong InstSize, int TagType, nint TagBuf)
Parameters
PCulongProgram counter
Offsetulongoffset [Of what? Relative to what?]
OpSizeulongOpSize [Not entirely clear what an "op" is or how a size matters]
InstSizeulongInstruction size [Also not clear why this matters or what an implementation should do about it]
TagTypeintTag type [Best guess: discriminator type for the opaque buffer]
TagBufnintRaw pointer to the buffer. [It is currently assumed this is readonly and the size and shape are determined by
TagType]
Returns
- int
Unknown