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();1155 void Writer::writeSections() { in writeSections() function in Writer1263 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, const MCAsmLayout &Layout);784 void XCOFFObjectWriter::writeSections(const MCAssembler &Asm, in writeSections() function in __anonf52d242f0111::XCOFFObjectWriter813 writeSections(Asm, Layout); in writeObject()
251 void writeSections();763 writeSections(); in run()2144 void Writer::writeSections() { in writeSections() function in Writer
78 void writeSections();656 writeSections(); in run()3022 template <class ELFT> void Writer<ELFT>::writeSections() { in writeSections() function in Writer