vox ~master (2022-05-02T18:23:10Z)
Dub
Repo
PassMetaIterator
vox
passes
Undocumented in source.
struct
PassMetaIterator {
CompilePassGlobal
[]
passes
;
int
opApply
(int delegate(size_t, string name, Duration duration) dg);
}
Members
Functions
opApply
int
opApply
(int delegate(size_t, string name, Duration duration) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
passes
CompilePassGlobal
[]
passes
;
Undocumented in source.
Meta
Source
See Implementation
vox
passes
aliases
FunctionPassFun
GlobalPassFun
ModulePassFun
functions
global_pass
pass_write_binary
run_global_pass
run_ir_to_lir_liveness_and_reg_alloc
run_module_pass
write_bundle
structs
CompilePassGlobal
CompilePassPerFunction
CompilePassPerModule
PassMetaIterator
variables
backendPasses
bundlePasses
commonPasses
exePasses
extraExePasses
extraJitPasses
frontendOnlyPasses
frontendPasses
jitPasses