Home
last modified time | relevance | path

Searched defs:writeData (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DFileWriter.cpp59 void FileWriter::writeData(llvm::ArrayRef<uint8_t> Data) { in writeData() function in FileWriter
/netbsd-src/crypto/external/cpl/tpm-tools/dist/src/tpm_mgmt/
H A Dtpm_createek.c124 static int writeData(UINT32 bytesToWrite, BYTE *buffer) in writeData() function
/netbsd-src/crypto/external/cpl/tpm-tools/dist/src/data_mgmt/
H A Ddata_protect.c344 writeData( CK_BYTE *a_pbData, in writeData() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp381 void IHexSectionWriterBase::writeData(uint8_t, uint16_t, in writeData() function in llvm::objcopy::elf::IHexSectionWriterBase
411 void IHexSectionWriter::writeData(uint8_t Type, uint16_t Addr, in writeData() function in llvm::objcopy::elf::IHexSectionWriter