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.
							
						Module dmd.toobj
Convert an AST that went through all semantic phases into an object file.
Documentation
https://dlang.org/phobos/dmd_toobj.html
Coverage
https://codecov.io/gh/dlang/dmd/src/master/src/dmd/toobj.d
Functions
| Name | Description | 
|---|---|
| 
									baseVtblOffset(cd, bc)
								 | Get offset of base class's vtbl[] initializer from start of csym. Returns ~0 if not this csym. | 
| 
									write_instance_pointers(type, s, offset)
								 | write pointer references for typed data to the object file a class type is considered to mean the instance, not a reference | 
| 
									write_pointers(type, s, offset)
								 | write pointer references for typed data to the object file a class type is considered to mean a reference to a class instance | 
Authors
License
					Copyright © 1999-2022 by the D Language Foundation | Page generated by ddox.