Lines Matching defs:IndexPos
385 std::vector<uint64_t> *IndexPos = nullptr);
2367 std::vector<unsigned> *MDAbbrevs, std::vector<uint64_t> *IndexPos) {
2376 if (IndexPos)
2377 IndexPos->push_back(Stream.GetCurrentBitNo());
2451 std::vector<uint64_t> IndexPos;
2452 IndexPos.reserve(VE.getNonMDStrings().size());
2455 writeMetadataRecords(VE.getNonMDStrings(), Record, &MDAbbrevs, &IndexPos);
2467 for (auto &Elt : IndexPos) {
2473 Stream.EmitRecord(bitc::METADATA_INDEX, IndexPos, IndexAbbrev);
2474 IndexPos.clear();