Home
last modified time | relevance | path

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

/freebsd/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); in setupNewBuffer()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp321 void writeMetadataRecords(ArrayRef<const Metadata *> MDs,
1728 void DXILBitcodeWriter::writeMetadataRecords(ArrayRef<const Metadata *> MDs, in writeMetadataRecords() function in DXILBitcodeWriter
1819 writeMetadataRecords(VE.getNonMDStrings(), Record, &MDAbbrevs, &IndexPos); in writeModuleMetadata()
1846 writeMetadataRecords(VE.getNonMDStrings(), Record); in writeFunctionMetadata()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp382 void writeMetadataRecords(ArrayRef<const Metadata *> MDs,
2365 void ModuleBitcodeWriter::writeMetadataRecords( in writeMetadataRecords() function in ModuleBitcodeWriter
2455 writeMetadataRecords(VE.getNonMDStrings(), Record, &MDAbbrevs, &IndexPos); in writeModuleMetadata()
2505 writeMetadataRecords(VE.getNonMDStrings(), Record); in writeFunctionMetadata()