Module bindgen::ir::function

source ·
Expand description

Intermediate representation for C/C++ functions and methods.

Structs

A function declaration, with a signature, arguments, and argument names.
A function signature.

Enums

A valid rust ABI.
What kind of a function are we looking at?
The style of linkage

Functions

Get the mangled name for the cursor’s referent.