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.
pub unsafe extern "C" fn LLVMGetTypeByName2(
C: LLVMContextRef,
Name: *const c_char,
) -> LLVMTypeRef
Obtain a Type from a context by its registered name.