ΒΆvoid LLVMSetSourceFileName(LLVMModuleRef M,
const char* Name,
size_t Len)
void LLVMSetSourceFileName(LLVMModuleRef M,
const char* Name,
size_t Len)
Description
Set the original source file name of a module to a string Name with length Len.
Declared at: llvm/include/llvm-c/Core.h:711
Parameters
- LLVMModuleRef M
- The module to set the source file name of
- const char* Name
- The string to set M's source file name to
- size_t Len
- Length of Name