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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp324 std::vector<uint64_t> *IndexPos = nullptr);
1732 std::vector<uint64_t> *IndexPos) {
1741 if (IndexPos)
1742 IndexPos->push_back(Stream.GetCurrentBitNo());
1818 std::vector<uint64_t> IndexPos; local
1819 IndexPos.reserve(VE.getNonMDStrings().size());
1820 writeMetadataRecords(VE.getNonMDStrings(), Record, &MDAbbrevs, &IndexPos);
1729 writeMetadataRecords(ArrayRef<const Metadata *> MDs, SmallVectorImpl<uint64_t> &Record, std::vector<unsigned> *MDAbbrevs, std::vector<uint64_t> *IndexPos) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp375 std::vector<uint64_t> *IndexPos = nullptr);
2276 std::vector<unsigned> *MDAbbrevs, std::vector<uint64_t> *IndexPos) {
2285 if (IndexPos)
2286 IndexPos->push_back(Stream.GetCurrentBitNo());
2360 std::vector<uint64_t> IndexPos; local
2361 IndexPos.reserve(VE.getNonMDStrings().size());
2364 writeMetadataRecords(VE.getNonMDStrings(), Record, &MDAbbrevs, &IndexPos);
2376 for (auto &Elt : IndexPos) {
2382 Stream.EmitRecord(bitc::METADATA_INDEX, IndexPos, IndexAbbrev);
2383 IndexPos
2274 writeMetadataRecords( ArrayRef<const Metadata *> MDs, SmallVectorImpl<uint64_t> &Record, std::vector<unsigned> *MDAbbrevs, std::vector<uint64_t> *IndexPos) argument
[all...]

Completed in 196 milliseconds