ΒΆconst char* LLVMDIFileGetFilename(
    LLVMMetadataRef File,
    unsigned int* Len)

Description

Get the name of a given file.

Declared at: llvm/include/llvm-c/DebugInfo.h:520

Parameters

LLVMMetadataRef File
The file object.
unsigned int* Len
The length of the returned string.