Searched refs:IndexPos (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp362 std::vector<uint64_t> *IndexPos = nullptr);
2047 std::vector<unsigned> *MDAbbrevs, std::vector<uint64_t> *IndexPos) {
2056 if (IndexPos)
2057 IndexPos->push_back(Stream.GetCurrentBitNo());
2127 std::vector<uint64_t> IndexPos; local
2128 IndexPos.reserve(VE.getNonMDStrings().size());
2131 writeMetadataRecords(VE.getNonMDStrings(), Record, &MDAbbrevs, &IndexPos);
2143 for (auto &Elt : IndexPos) {
2149 Stream.EmitRecord(bitc::METADATA_INDEX, IndexPos, IndexAbbrev);
2150 IndexPos
2045 writeMetadataRecords( ArrayRef<const Metadata *> MDs, SmallVectorImpl<uint64_t> &Record, std::vector<unsigned> *MDAbbrevs, std::vector<uint64_t> *IndexPos) argument
[all...]

Completed in 65 milliseconds