Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5439 uint64_t FileCount = Desc.getAddress(&DescOffset); in readCoreNote() local
5442 if (!Desc.isValidOffsetForAddress(3 * FileCount * Bytes)) in readCoreNote()
5444 Twine(FileCount) + "): the note of size 0x" + in readCoreNote()
5449 Desc.getData().drop_front(DescOffset + 3 * FileCount * Bytes), in readCoreNote()
5452 Ret.Mappings.resize(FileCount); in readCoreNote()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp2992 unsigned FileCount = endian::readNext<uint32_t, little, unaligned>(D); in readIncludedFiles() local
2994 for (unsigned I = 0; I < FileCount; ++I) { in readIncludedFiles()