Method LLVMGetTypeByName
LLVMGetTypeByName(LLVMModuleRef, String)
TODO: Provide summary for Function LLVMGetTypeByName
Declaration
public static LLVMTypeRef LLVMGetTypeByName(LLVMModuleRef M, string Name)
Parameters
public static LLVMTypeRef LLVMGetTypeByName(LLVMModuleRef M, string Name)
LLVMModuleRef | M | TODO: Provide details of parameter M |
String | Name | TODO: Provide details of parameter Name |
Returns
LLVMTypeRef | TODO: Document return value |