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