Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDDbiStreamBuilder.cpp201 uint16_t FileCount = std::min<uint32_t>(UINT16_MAX, SourceFileNames.size()); in generateFileInfoSubstream() local
204 if (auto EC = MetadataWriter.writeInteger(FileCount)) // NumSourceFiles in generateFileInfoSubstream()
211 FileCount = static_cast<uint16_t>(MI->source_files().size()); in generateFileInfoSubstream()
212 if (auto EC = MetadataWriter.writeInteger(FileCount)) // Mod File Counts in generateFileInfoSubstream()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDELFDumper.cpp4842 uint64_t FileCount = Desc.getAddress(&DescOffset); in readCoreNote() local
4845 if (!Desc.isValidOffsetForAddress(3 * FileCount * Bytes)) in readCoreNote()
4851 Desc.getData().drop_front(DescOffset + 3 * FileCount * Bytes), in readCoreNote()
4854 Ret.Mappings.resize(FileCount); in readCoreNote()