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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_log_writer.h110 template <size_t N> size_t writeMetadataRecords(MetadataRecord (&Recs)[N]) {
H A Dxray_fdr_controller.h106 return W.writeMetadataRecords(Metadata);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp359 void writeMetadataRecords(ArrayRef<const Metadata *> MDs,
2045 void ModuleBitcodeWriter::writeMetadataRecords( function in class:ModuleBitcodeWriter
2131 writeMetadataRecords(VE.getNonMDStrings(), Record, &MDAbbrevs, &IndexPos);
2181 writeMetadataRecords(VE.getNonMDStrings(), Record);

Completed in 68 milliseconds