vox ~master (2022-05-02T18:23:10Z)
Dub
Repo
IrGlobal
vox
ir
ir_global
@
IrValueKind
.
global
struct
IrGlobal {
IrIndex
type
;
uint
numUsers
;
LinkIndex
objectSymIndex
;
void
addUser
(IrIndex user);
void
removeUser
(IrIndex user);
}
Members
Functions
addUser
void
addUser
(IrIndex user)
Undocumented in source. Be warned that the author may not have intended to support it.
removeUser
void
removeUser
(IrIndex user)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
numUsers
uint
numUsers
;
Undocumented in source.
objectSymIndex
LinkIndex
objectSymIndex
;
Undocumented in source.
type
IrIndex
type
;
Type of global. Must be a pointer type
Meta
Source
See Implementation
vox
ir
ir_global
enums
IrGlobalFlags
structs
IrGlobal
IrGlobalStorage