Function llvm_sys::core::LLVMGetTypeByName2

source ยท
pub unsafe extern "C" fn LLVMGetTypeByName2(
    C: LLVMContextRef,
    Name: *const c_char
) -> LLVMTypeRef
Expand description

Obtain a Type from a context by its registered name.