Searched refs:writeSections (Results 1 – 12 of 12) sorted by relevance
73 void XCOFFWriter::writeSections() { in writeSections() function in llvm::objcopy::xcoff::XCOFFWriter117 writeSections(); in write()
39 void writeSections();
43 void writeSections();
315 void COFFWriter::writeSections() { in writeSections() function in llvm::objcopy::coff::COFFWriter390 writeSections(); in write()
42 void writeSections();
239 void MachOWriter::writeSections() { in writeSections() function in MachOWriter669 writeSections(); in write()
323 virtual std::error_code writeSections(const SampleProfileMap &ProfileMap) = 0;405 std::error_code writeSections(const SampleProfileMap &ProfileMap) override;
60 void writeSections();1169 void Writer::writeSections() { in writeSections() function in Writer1276 writeSections(); in writeOutputFile()
229 if (std::error_code EC = writeSections(ProfileMap)) in write()548 std::error_code SampleProfileWriterExtBinary::writeSections( in writeSections() function in SampleProfileWriterExtBinary
378 void writeSections(const MCAssembler &Asm);814 void XCOFFObjectWriter::writeSections(const MCAssembler &Asm) { in writeSections() function in __anon43032e790111::XCOFFObjectWriter837 writeSections(Asm); in writeObject()
251 void writeSections();763 writeSections(); in run()2160 void Writer::writeSections() { in writeSections() function in Writer
79 void writeSections();361 writeSections(); in run()2821 template <class ELFT> void Writer<ELFT>::writeSections() { in writeSections() function in Writer