Home
last modified time | relevance | path

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

/external/llvm/tools/yaml2obj/
Dyaml2macho.cpp230 Error MachOWriter::writeSectionData(raw_ostream &OS) { in writeSectionData() function in __anon904274310111::MachOWriter
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2macho.cpp266 Error MachOWriter::writeSectionData(raw_ostream &OS) { in writeSectionData() function in __anond18cb6890111::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-7.0/llvm/lib/MC/
DMCAssembler.cpp658 void MCAssembler::writeSectionData(raw_ostream &OS, const MCSection *Sec, in writeSectionData() function in MCAssembler
DELFObjectWriter.cpp827 void ELFWriter::writeSectionData(const MCAssembler &Asm, MCSection &Sec, in writeSectionData() function in ELFWriter
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
DObject.cpp1041 template <class ELFT> void ELFWriter<ELFT>::writeSectionData() { in writeSectionData() function in ELFWriter