Home
last modified time | relevance | path

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

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