Searched refs:FileInfoHeader (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleList.cpp193 if (auto EC = FISR.readObject(FileInfoHeader))
199 if (auto EC = FISR.readArray(ModuleIndices, FileInfoHeader->NumModules))
201 if (auto EC = FISR.readArray(ModFileCountArray, FileInfoHeader->NumModules))
205 // `FileInfoHeader->NumSourceFiles` because it is a unit16, and the sum of all
224 ModuleInitialFileIndex.resize(FileInfoHeader->NumModules);
225 ModuleDescriptorOffsets.resize(FileInfoHeader->NumModules);
226 for (size_t I = 0; I < FileInfoHeader->NumModules; ++I) {
242 return FileInfoHeader->NumModules;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleList.h108 const FileInfoSubstreamHeader *FileInfoHeader = nullptr; member in class:llvm::pdb::DbiModuleList

Completed in 98 milliseconds