Return an iterator range over the source file names of module Modi.
Synopsis
Declared in <llvm/DebugInfo/PDB/Native/DbiModuleList.h>
iterator_range<DbiModuleSourceFilesIterator>
source_files(uint32_t Modi) const;
Return Value
A range of DbiModuleSourceFilesIterator values.
Parameters
Name |
Description |
Modi |
Zero‐based module index. |
Created with MrDocs