ΒΆconst char* LLVMIntrinsicCopyOverloadedName(
    unsigned int ID,
    LLVMTypeRef* ParamTypes,
    size_t ParamCount,
    size_t* NameLength)

Description

Copies the name of an overloaded intrinsic identified by a given list of parameter types. Unlike LLVMIntrinsicGetName, the caller is responsible for freeing the returned string.

Declared at: llvm/include/llvm-c/Core.h:2466

Parameters

unsigned int ID
LLVMTypeRef* ParamTypes
size_t ParamCount
size_t* NameLength