LLVM

+ Container for holding the LLVM library and the load/unload functions.

Members

Properties

loaded
bool loaded [@property getter]

Returns true if the LLVM library is loaded, false if not

Static functions

load
void load()

Loads the LLVM library, using the default name.

load
void load(string file)

Loads the LLVM library, using the specified file name

loadFromPath
void loadFromPath(string path, string file)

Loads the LLVM library, using the specified file name and path

unload
void unload()

Unloads the LLVM library

Meta