Method LLVMIntrinsicCopyOverloadedName
LLVMIntrinsicCopyOverloadedName(UInt32, LLVMTypeRef[], size_t, out size_t)
TODO: Provide summary for Function LLVMIntrinsicCopyOverloadedName
Declaration
public static string LLVMIntrinsicCopyOverloadedName(uint ID, LLVMTypeRef[] ParamTypes, size_t ParamCount, out size_t NameLength)
Parameters
public static string LLVMIntrinsicCopyOverloadedName(uint ID, LLVMTypeRef[] ParamTypes, size_t ParamCount, out size_t NameLength)
UInt32 | ID | TODO: Provide details of parameter ID |
LLVMTypeRef[] | ParamTypes | TODO: Provide details of parameter ParamTypes |
size_t | ParamCount | TODO: Provide details of parameter ParamCount |
size_t | NameLength | TODO: Provide details of parameter NameLength |
Returns
String | TODO: Document return value |