LLVM

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

Members

Static functions

load
void load()

Loads the LLVM library using the default filename.

load
void load(string filename)

Loads the LLVM library using the specified filename

loaded
bool loaded()

true iff the LLVM library is loaded

unload
void unload()

Unloads the LLVM library

Meta