gccjitd ~master (2018-07-19T06:24:39Z)
Home
Dub
Repo
JITContext.newCall
gccjit
d
JITContext
Calling a function through a pointer.
JITRValue
newCall
(JITLocation loc, JITFunction func, JITRValue[] args)
JITRValue
newCall
(JITFunction func, JITRValue[] args)
JITRValue
newCall
(JITLocation loc, JITRValue ptr, JITRValue[] args)
class
JITContext
JITRValue
newCall
(
JITLocation
loc
,
JITRValue
ptr
,
JITRValue
[]
args
...
)
JITRValue
newCall
(JITRValue ptr, JITRValue[] args)
Meta
Source
See Implementation
gccjit
d
JITContext
constructors
this
functions
compile
dump
getBuiltinFunction
getContext
getFirstError
getIntType
getType
newArrayAccess
newArrayType
newBinaryOp
newCall
newCast
newChildContext
newComparison
newField
newFunction
newFunctionType
newGlobal
newLocation
newOpaqueStructType
newParam
newRValue
newStructType
newUnaryOp
newUnionType
nil
one
release
setOption
zero
static functions
acquire
Calling a function through a pointer.