ΒΆconst char* LLVMDIFileGetSource(
LLVMMetadataRef File,
unsigned int* Len)
const char* LLVMDIFileGetSource(
LLVMMetadataRef File,
unsigned int* Len)
Description
Get the source of a given file.
Declared at: llvm/include/llvm-c/DebugInfo.h:507
Parameters
- LLVMMetadataRef File
- The file object.
- unsigned int* Len
- The length of the returned string.