LLVM

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

Members

Static functions

load
void load(string[] filenames)

Loads the LLVM libraries using the specified filenames

loaded
bool loaded()

true iff the LLVM library is loaded

unload
void unload()

Unloads the LLVM library

Meta