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() local201 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()
5190 uint64_t FileCount = Desc.getAddress(&DescOffset); in readCoreNote() local5193 if (!Desc.isValidOffsetForAddress(3 * FileCount * Bytes)) in readCoreNote()5195 Twine(FileCount) + "): the note of size 0x" + in readCoreNote()5200 Desc.getData().drop_front(DescOffset + 3 * FileCount * Bytes), in readCoreNote()5203 Ret.Mappings.resize(FileCount); in readCoreNote()