LLVMGetNamedGlobal

Function LLVMGetNamedGlobal 

Source
#[unsafe(no_mangle)]
pub extern "C" fn LLVMGetNamedGlobal(
    M: LLVMModuleRef,
    Name: *const c_char,
) -> LLVMValueRef