LLVMGetTypeByName

Obtain a Type from a module by its registered name.

extern (C) nothrow
LLVMTypeRef
LLVMGetTypeByName
(
LLVMModuleRef M
,
const(char)* Name
)

Meta