Method ParseModule
ParseModule(LazyEncodedString, LazyEncodedString)
Parse LLVM IR source for a module, into this context
public Module ParseModule(LazyEncodedString src, LazyEncodedString name)
Parameters
srcLazyEncodedStringLLVM IR Source code of the module
nameLazyEncodedStringName of the module buffer
Returns
- Module
Newly created module parsed from the IR
Exceptions
- LlvmException
Any errors parsing the IR