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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp372 std::vector<unsigned> *MDAbbrevs = nullptr,
2141 std::vector<unsigned> *MDAbbrevs, std::vector<uint64_t> *IndexPos) {
2160 if (MDAbbrevs) \
2162 (*MDAbbrevs)[MetadataAbbrev::CLASS##AbbrevID]); \
2182 std::vector<unsigned> MDAbbrevs; local
2184 MDAbbrevs.resize(MetadataAbbrev::LastPlusOne);
2185 MDAbbrevs[MetadataAbbrev::DILocationAbbrevID] = createDILocationAbbrev();
2186 MDAbbrevs[MetadataAbbrev::GenericDINodeAbbrevID] =
2225 writeMetadataRecords(VE.getNonMDStrings(), Record, &MDAbbrevs, &IndexPos);
2139 writeMetadataRecords( ArrayRef<const Metadata *> MDs, SmallVectorImpl<uint64_t> &Record, std::vector<unsigned> *MDAbbrevs, std::vector<uint64_t> *IndexPos) argument

Completed in 174 milliseconds