Searched refs:FileCount (Results 1 – 3 of 3) 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()
442 int FileCount = 0; in CountPreamblesInPreambleDir() local448 ++FileCount; in CountPreamblesInPreambleDir()468 EXPECT_EQ(FileCount, PreambleCount); in CountPreamblesInPreambleDir()
5862 uint64_t FileCount = Desc.getAddress(&DescOffset); in readCoreNote() 5865 if (!Desc.isValidOffsetForAddress(3 * FileCount * Bytes)) in readCoreNote() 5867 Twine(FileCount) + "): the note of size 0x" + in readCoreNote() 5872 Desc.getData().drop_front(DescOffset + 3 * FileCount * Bytes), in printCoreNote() 5875 Ret.Mappings.resize(FileCount); in printCoreNote() 5838 uint64_t FileCount = Desc.getAddress(&DescOffset); readCoreNote() local