LLVMGetTypeByName

Function LLVMGetTypeByName 

Source
pub unsafe extern "C" fn LLVMGetTypeByName(
    M: LLVMModuleRef,
    Name: *const c_char,
) -> LLVMTypeRef
Expand description

Deprecated: Use LLVMGetTypeByName2 instead.