Ghidra 11.3.2
Ghidra internal decompiler documentation.
|
Raw components of a function prototype (obtained from parsing source code) More...
#include <fspec.hh>
Public Attributes | |
ProtoModel * | model |
(Optional) model on which prototype is based | |
string | name |
Identifier (function name) associated with prototype. | |
Datatype * | outtype |
Return data-type. | |
vector< Datatype * > | intypes |
Input data-types. | |
vector< string > | innames |
Identifiers for input types. | |
int4 | firstVarArgSlot |
First position of a variable argument, or -1 if not varargs. | |
Raw components of a function prototype (obtained from parsing source code)