ΒΆconst char* LLVMGetSourceFileName(LLVMModuleRef M,
                                  size_t* Len)

Description

Obtain the module's original source file name.

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

Parameters

LLVMModuleRef M
Module to obtain the name of
size_t* Len
Out parameter which holds the length of the returned string

Returns

The original source file name of M