Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.cpp198 uint16_t FileCount = std::min<uint32_t>(UINT16_MAX, SourceFileNames.size()); in generateFileInfoSubstream() local
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()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5190 uint64_t FileCount = Desc.getAddress(&DescOffset); in readCoreNote() local
5193 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()