vayne ~master (2019-12-12T10:41:50Z)
Dub
Repo
CompiledCode
vayne
compiler
Undocumented in source.
struct
CompiledCode {
uint
registerCount
;
const
(
Instr
)[]
instrs
;
const
(
SourceLoc
)[]
locs
;
const
(
string
)[]
sources
;
const
(
Constant
)[]
constants
;
const
(
string
)[]
dependencies
;
struct
Constant
;
}
Members
Structs
Constant
struct
Constant
Undocumented in source.
Variables
constants
const
(
Constant
)[]
constants
;
Undocumented in source.
dependencies
const
(
string
)[]
dependencies
;
Undocumented in source.
instrs
const
(
Instr
)[]
instrs
;
Undocumented in source.
locs
const
(
SourceLoc
)[]
locs
;
Undocumented in source.
registerCount
uint
registerCount
;
Undocumented in source.
sources
const
(
string
)[]
sources
;
Undocumented in source.
Meta
Source
See Implementation
vayne
compiler
classes
CompileErrorsException
enums
ConstantType
functions
compile
structs
CompiledCode
CompilerOptions