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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h209 ArrayRef<const Metadata *> getNonMDStrings() const { function in class:llvm::ValueEnumerator
H A DBitcodeWriter.cpp2073 if (VE.getNonMDStrings().size() > IndexThreshold) {
2089 IndexPos.reserve(VE.getNonMDStrings().size());
2092 writeMetadataRecords(VE.getNonMDStrings(), Record, &MDAbbrevs, &IndexPos);
2094 if (VE.getNonMDStrings().size() > IndexThreshold) {
2142 writeMetadataRecords(VE.getNonMDStrings(), Record);

Completed in 64 milliseconds