View source code
Display the source code in dmd/toobj.d from which this page was generated on github.
Report a bug
If you spot a problem with this page, click here to create a Bugzilla issue.
Improve this page
Quickly fork, edit online, and submit a pull request for this page. Requires a signed-in GitHub account. This works well for small changes. If you'd like to make larger changes you may want to consider using local clone.

Function dmd.toobj.write_instance_pointers

write pointer references for typed data to the object file a class type is considered to mean the instance, not a reference

void write_instance_pointers (
  Type type,
  dmd.backend.cc.Symbol* s,
  uint offset
);

Parameters

NameDescription
type type of the data to check for pointers
s symbol that contains the data
offset offset of the data inside the Symbol's memory

Authors

Walter Bright

License

Boost License 1.0