ΒΆconst char* LLVMIntrinsicCopyOverloadedName2(
LLVMModuleRef Mod,
unsigned int ID,
LLVMTypeRef* ParamTypes,
size_t ParamCount,
size_t* NameLength)
const char* LLVMIntrinsicCopyOverloadedName2(
LLVMModuleRef Mod,
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. This version also supports unnamed types.
Declared at: llvm/include/llvm-c/Core.h:2578
Parameters
- LLVMModuleRef Mod
- unsigned int ID
- LLVMTypeRef* ParamTypes
- size_t ParamCount
- size_t* NameLength