Searched refs:IndexPos (Results 1 – 2 of 2) sorted by relevance
333 std::vector<uint64_t> *IndexPos = nullptr);1731 std::vector<uint64_t> *IndexPos) { in writeMetadataRecords() argument1740 if (IndexPos) in writeMetadataRecords()1741 IndexPos->push_back(Stream.GetCurrentBitNo()); in writeMetadataRecords()1817 std::vector<uint64_t> IndexPos; in writeModuleMetadata() local1818 IndexPos.reserve(VE.getNonMDStrings().size()); in writeModuleMetadata()1819 writeMetadataRecords(VE.getNonMDStrings(), Record, &MDAbbrevs, &IndexPos); in writeModuleMetadata()
417 std::vector<uint64_t> *IndexPos = nullptr);2510 std::vector<unsigned> *MDAbbrevs, std::vector<uint64_t> *IndexPos) { in writeMetadataRecords() argument2519 if (IndexPos) in writeMetadataRecords()2520 IndexPos->push_back(Stream.GetCurrentBitNo()); in writeMetadataRecords()2594 std::vector<uint64_t> IndexPos; in writeModuleMetadata() local2595 IndexPos.reserve(VE.getNonMDStrings().size()); in writeModuleMetadata()2598 writeMetadataRecords(VE.getNonMDStrings(), Record, &MDAbbrevs, &IndexPos); in writeModuleMetadata()2610 for (auto &Elt : IndexPos) { in writeModuleMetadata()2616 Stream.EmitRecord(bitc::METADATA_INDEX, IndexPos, IndexAbbrev); in writeModuleMetadata()2617 IndexPos.clear(); in writeModuleMetadata()