FunctionPrototype

Package: ghidra.program.model.pcode
Type: class

11.3_PUBLIC

addedmethod: encodePrototype
void encodePrototype(ghidra.program.model.pcode.Encoder encoder, ghidra.program.model.pcode.PcodeDataTypeManager dtmanage, int firstVarArg) throws IOException
removedmethod: encodePrototype
void encodePrototype(ghidra.program.model.pcode.Encoder encoder, ghidra.program.model.pcode.PcodeDataTypeManager dtmanage) throws IOException

10.3_PUBLIC

removedmethod: getGenericCallingConvention
ghidra.program.model.data.GenericCallingConvention getGenericCallingConvention()

10.2_PUBLIC

addedmethod: decodePrototype
void decodePrototype(ghidra.program.model.pcode.Decoder decoder, ghidra.program.model.pcode.PcodeFactory pcodeFactory) throws DecoderException
addedmethod: encodePrototype
void encodePrototype(ghidra.program.model.pcode.Encoder encoder, ghidra.program.model.pcode.PcodeDataTypeManager dtmanage) throws IOException
removedmethod: buildPrototypeXML
void buildPrototypeXML(java.lang.StringBuilder res, ghidra.program.model.pcode.PcodeDataTypeManager dtmanage)
removedmethod: readPrototypeXML
void readPrototypeXML(ghidra.xml.XmlPullParser parser, ghidra.program.model.pcode.PcodeDataTypeManager dtmanage) throws PcodeXMLException

9.2_PUBLIC

modifiedmethod: getParam
return type: HighParam → HighSymbol
- ghidra.program.model.pcode.HighParam getParam(int i)
+ ghidra.program.model.pcode.HighSymbol getParam(int i)

9.0.1_PUBLIC

introducedInitial version