HomeSort by: relevance | last modified time | path
    Searched defs:writeSectionData (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
MachOEmitter.cpp 43 Error writeSectionData(raw_ostream &OS);
75 if (Error Err = writeSectionData(OS))
266 Error MachOWriter::writeSectionData(raw_ostream &OS) {
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCAssembler.cpp 722 void MCAssembler::writeSectionData(raw_ostream &OS, const MCSection *Sec,
ELFObjectWriter.cpp 201 void writeSectionData(const MCAssembler &Asm, MCSection &Sec,
843 void ELFWriter::writeSectionData(const MCAssembler &Asm, MCSection &Sec,
858 Asm.writeSectionData(W.OS, &Section, Layout);
868 Asm.writeSectionData(VecOS, &Section, Layout);
1098 writeSectionData(Asm, Section, Layout);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.cpp 2072 template <class ELFT> Error ELFWriter<ELFT>::writeSectionData() {
2417 if (Error E = writeSectionData())

Completed in 19 milliseconds