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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp373 std::vector<uint64_t> *IndexPos = nullptr);
2141 std::vector<unsigned> *MDAbbrevs, std::vector<uint64_t> *IndexPos) {
2150 if (IndexPos)
2151 IndexPos->push_back(Stream.GetCurrentBitNo());
2221 std::vector<uint64_t> IndexPos; local
2222 IndexPos.reserve(VE.getNonMDStrings().size());
2225 writeMetadataRecords(VE.getNonMDStrings(), Record, &MDAbbrevs, &IndexPos);
2237 for (auto &Elt : IndexPos) {
2243 Stream.EmitRecord(bitc::METADATA_INDEX, IndexPos, IndexAbbrev);
2244 IndexPos
2139 writeMetadataRecords( ArrayRef<const Metadata *> MDs, SmallVectorImpl<uint64_t> &Record, std::vector<unsigned> *MDAbbrevs, std::vector<uint64_t> *IndexPos) argument
[all...]

Completed in 91 milliseconds