Searched refs:FileCount (Results 1 – 2 of 2) sorted by relevance
198 uint16_t FileCount = std::min<uint32_t>(UINT16_MAX, SourceFileNames.size()); in generateFileInfoSubstream() 201 if (auto EC = MetadataWriter.writeInteger(FileCount)) // NumSourceFiles in generateFileInfoSubstream() 208 FileCount = static_cast<uint16_t>(MI->source_files().size()); in generateFileInfoSubstream() 209 if (auto EC = MetadataWriter.writeInteger(FileCount)) // Mod File Counts in generateFileInfoSubstream() 197 uint16_t FileCount = std::min<uint32_t>(UINT16_MAX, SourceFileNames.size()); generateFileInfoSubstream() local
5838 uint64_t FileCount = Desc.getAddress(&DescOffset); in readCoreNote() local5841 if (!Desc.isValidOffsetForAddress(3 * FileCount * Bytes)) in readCoreNote()5843 Twine(FileCount) + "): the note of size 0x" + in readCoreNote()5848 Desc.getData().drop_front(DescOffset + 3 * FileCount * Bytes), in readCoreNote()5851 Ret.Mappings.resize(FileCount); in readCoreNote()