Home
last modified time | relevance | path

Searched defs:writeSectionData (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
DXCOFFEmitter.cpp484 bool XCOFFWriter::writeSectionData() { in writeSectionData() function in __anonca04a4170111::XCOFFWriter
DMachOEmitter.cpp296 Error MachOWriter::writeSectionData(raw_ostream &OS) { in writeSectionData() function in __anon4a4cec290111::MachOWriter
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMachOEmitter.cpp257 void MachOWriter::writeSectionData(raw_ostream &OS) { in writeSectionData() function in __anon46ce56e30111::MachOWriter
/external/llvm/tools/yaml2obj/
Dyaml2macho.cpp230 Error MachOWriter::writeSectionData(raw_ostream &OS) { in writeSectionData() function in __anonf734089c0111::MachOWriter
/external/llvm/lib/MC/
DMCAssembler.cpp563 void MCAssembler::writeSectionData(const MCSection *Sec, in writeSectionData() function in MCAssembler
DELFObjectWriter.cpp1013 void ELFObjectWriter::writeSectionData(const MCAssembler &Asm, MCSection &Sec, in writeSectionData() function in ELFObjectWriter
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAssembler.cpp668 void MCAssembler::writeSectionData(raw_ostream &OS, const MCSection *Sec, in writeSectionData() function in MCAssembler
DELFObjectWriter.cpp843 void ELFWriter::writeSectionData(const MCAssembler &Asm, MCSection &Sec, in writeSectionData() function in ELFWriter
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
DMCAssembler.cpp731 void MCAssembler::writeSectionData(raw_ostream &OS, const MCSection *Sec, in writeSectionData() function in MCAssembler
DELFObjectWriter.cpp864 void ELFWriter::writeSectionData(const MCAssembler &Asm, MCSection &Sec, in writeSectionData() function in ELFWriter
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/ELF/
DELFObject.cpp2054 template <class ELFT> Error ELFWriter<ELFT>::writeSectionData() { in writeSectionData() function in ELFWriter