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

/freebsd-current/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-current/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp321 void writeMetadataRecords(ArrayRef<const Metadata *> MDs,
1729 void DXILBitcodeWriter::writeMetadataRecords(ArrayRef<const Metadata *> MDs, function in class:DXILBitcodeWriter
1820 writeMetadataRecords(VE.getNonMDStrings(), Record, &MDAbbrevs, &IndexPos);
1847 writeMetadataRecords(VE.getNonMDStrings(), Record);
/freebsd-current/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp372 void writeMetadataRecords(ArrayRef<const Metadata *> MDs,
2274 void ModuleBitcodeWriter::writeMetadataRecords( function in class:ModuleBitcodeWriter
2364 writeMetadataRecords(VE.getNonMDStrings(), Record, &MDAbbrevs, &IndexPos);
2414 writeMetadataRecords(VE.getNonMDStrings(), Record);

Completed in 147 milliseconds