Return the source file name at global file‐name index Index.
Synopsis
Declared in <llvm/DebugInfo/PDB/Native/DbiModuleList.h>
Expected<StringRef>
getFileName(uint32_t Index) const;
Return Value
The file name string, or an Error if Index is out of range.
Parameters
Name |
Description |
Index |
Index into the File Info name offset table. |
Created with MrDocs