Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/
H A DFileWriter.cpp58 void FileWriter::writeData(llvm::ArrayRef<uint8_t> Data) { in writeData() function in FileWriter
/llvm-project-15.0.7/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYMCCodeEmitter.cpp60 static void writeData(uint32_t Bin, unsigned Size, raw_ostream &OS) { in writeData() function
/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDwarfGenerator.cpp245 void dwarfgen::LineTable::writeData(ArrayRef<ValueAndLength> Data, in writeData() function in dwarfgen::LineTable
/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp379 void IHexSectionWriterBase::writeData(uint8_t, uint16_t, in writeData() function in IHexSectionWriterBase
409 void IHexSectionWriter::writeData(uint8_t Type, uint16_t Addr, in writeData() function in IHexSectionWriter