Home
last modified time | relevance | path

Searched refs:FileCount (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.cpp197 uint16_t FileCount = std::min<uint32_t>(UINT16_MAX, SourceFileNames.size()); in generateFileInfoSubstream() local
200 if (auto EC = MetadataWriter.writeInteger(FileCount)) // NumSourceFiles in generateFileInfoSubstream()
207 FileCount = static_cast<uint16_t>(MI->source_files().size()); in generateFileInfoSubstream()
208 if (auto EC = MetadataWriter.writeInteger(FileCount)) // Mod File Counts in generateFileInfoSubstream()
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5382 uint64_t FileCount = Desc.getAddress(&DescOffset); in readCoreNote() local
5385 if (!Desc.isValidOffsetForAddress(3 * FileCount * Bytes)) in readCoreNote()
5387 Twine(FileCount) + "): the note of size 0x" + in readCoreNote()
5392 Desc.getData().drop_front(DescOffset + 3 * FileCount * Bytes), in readCoreNote()
5395 Ret.Mappings.resize(FileCount); in readCoreNote()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp3001 unsigned FileCount = endian::readNext<uint32_t, little, unaligned>(D); in readIncludedFiles() local
3003 for (unsigned I = 0; I < FileCount; ++I) { in readIncludedFiles()