JITLocation

Class wrapper for gcc_jit_location. A JITLocation encapsulates a source code locations, so that you can associate locations in your language with statements in the JIT-compiled code.

Constructors

this
this()
this
this(gcc_jit_location* loc)

Members

Functions

getLocation
gcc_jit_location* getLocation()

Returns the internal gcc_jit_location object.

Inherited Members

From JITObject

getContext
JITContext getContext()

Return the context this JITObject is within.

toString
string toString()

Get a human-readable description of this object.

getObject
gcc_jit_object* getObject()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta