View source code
							
							
						
								Display the source code in dmd/backend/dout.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.backend.dout
Compiler implementation of the D programming language.
Functions
| Name | Description | 
|---|---|
								
									alignOffset(seg, datasize)
								
							 | 
							Align segment offset. | 
								
									dt_writeToObj(objmod, dt, seg, offset)
								
							 | 
							Write dt to Object file. | 
								
									out_readonly(s)
								
							 | 
							Mark a Symbol as going into a read-only segment. | 
								
									out_readonly_comdat(s, p, len, nzeros)
								
							 | 
							Output Symbol as a readonly comdat. | 
								
									out_regcand(psymtab)
								
							 | 
							Determine register candidates. | 
								
									out_string_literal(str, len, sz)
								
							 | 
							Write out a readonly string literal in an implementation-defined manner. | 
								
									outcommon(s, n)
								
							 | 
							Output n bytes of a common block, n > 0. | 
								
									outdata(s)
								
							 | 
							Write out statically allocated data. | 
								
									outelem(e, addressOfParam)
								
							 | 
							Walk expression tree, converting it from a PARSER tree to a code generator tree. | 
								
									outthunk(sthunk, sfunc, p, thisty, d, i, d2)
								
							 | 
							Output function thunk. | 
								
									writefunc(sfunc)
								
							 | 
							Optimize function, generate code for it, and write it out. | 
Manifest constants
| Name | Type | Description | 
|---|---|---|
								
									ROMAX
								
							 | 
							Write data into read-only data segment. Return symbol for it. | 
Authors
License
					Copyright © 1999-2022 by the D Language Foundation | Page generated by ddox.