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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp361 std::vector<unsigned> *MDAbbrevs = nullptr,
2047 std::vector<unsigned> *MDAbbrevs, std::vector<uint64_t> *IndexPos) {
2066 if (MDAbbrevs) \
2068 (*MDAbbrevs)[MetadataAbbrev::CLASS##AbbrevID]); \
2088 std::vector<unsigned> MDAbbrevs; local
2090 MDAbbrevs.resize(MetadataAbbrev::LastPlusOne);
2091 MDAbbrevs[MetadataAbbrev::DILocationAbbrevID] = createDILocationAbbrev();
2092 MDAbbrevs[MetadataAbbrev::GenericDINodeAbbrevID] =
2131 writeMetadataRecords(VE.getNonMDStrings(), Record, &MDAbbrevs, &IndexPos);
2045 writeMetadataRecords( ArrayRef<const Metadata *> MDs, SmallVectorImpl<uint64_t> &Record, std::vector<unsigned> *MDAbbrevs, std::vector<uint64_t> *IndexPos) argument

Completed in 53 milliseconds