Parsed view of the DBI Module Info and File Info substreams.

Synopsis

Declared in <llvm/DebugInfo/PDB/Native/DbiModuleList.h>

class DbiModuleList;

Member Functions

Name

Description

getFileName

Return the source file name at global file‐name index Index.

getModuleCount

Return the number of modules in the Module Info substream.

getModuleDescriptor

Return the module descriptor for module Modi.

getSourceFileCount

getSourceFileCount overloads

initialize

Initialize this list from the Module Info and File Info substreams.

source_files

Return an iterator range over the source file names of module Modi.

Friends

Name

Description

llvm::pdb::DbiModuleSourceFilesIterator

Random‐access iterator over the source file names of one DBI module.

Created with MrDocs