Ghidra 11.3.2
Ghidra internal decompiler documentation.
Loading...
Searching...
No Matches
ghidra::PrototypePieces Struct Reference

Raw components of a function prototype (obtained from parsing source code) More...

#include <fspec.hh>

Collaboration diagram for ghidra::PrototypePieces:
[legend]

Public Attributes

ProtoModelmodel
 (Optional) model on which prototype is based
 
string name
 Identifier (function name) associated with prototype.
 
Datatypeouttype
 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.
 

Detailed Description

Raw components of a function prototype (obtained from parsing source code)


The documentation for this struct was generated from the following file: