Struct tagua_llvm::module::Module
[−]
[src]
pub struct Module { // some fields omitted }
pub struct Module { // some fields omitted }
impl Module
[src]fn new(module_id: &str, context: &Context) -> Module
unsafe fn unown(&mut self)
fn verify(&self) -> Result<(), String>
impl Drop for Module
[src]impl LLVMRef<LLVMModuleRef> for Module
[src]fn to_ref(&self) -> LLVMModuleRef
impl Display for Module
[src]