Searched refs:writeSections (Results 1 – 13 of 13) sorted by relevance
73 void XCOFFWriter::writeSections() { in writeSections() function in llvm::objcopy::xcoff::XCOFFWriter117 writeSections(); in write()
40 void writeSections();
43 void writeSections();
313 void COFFWriter::writeSections() { in writeSections() function in llvm::objcopy::coff::COFFWriter388 writeSections(); in write()
42 void writeSections();
238 void MachOWriter::writeSections() { in writeSections() function in MachOWriter655 writeSections(); in write()
252 virtual std::error_code writeSections(const SampleProfileMap &ProfileMap) = 0;334 std::error_code writeSections(const SampleProfileMap &ProfileMap) override;
281 void writeSections(const MCAssembler &Asm, const MCAsmLayout &Layout);628 void XCOFFObjectWriter::writeSections(const MCAssembler &Asm, in writeSections() function in __anondfe4bda90111::XCOFFObjectWriter653 writeSections(Asm, Layout); in writeObject()
62 void writeSections();1099 void Writer::writeSections() { in writeSections() function in Writer1151 writeSections(); in writeOutputFile()
124 if (std::error_code EC = writeSections(ProfileMap)) in write()441 std::error_code SampleProfileWriterExtBinary::writeSections( in writeSections() function in SampleProfileWriterExtBinary
103 void writeSections();212 void Writer::writeSections() { in writeSections() function in lld::wasm::Writer1669 writeSections(); in run()
230 void writeSections();629 writeSections(); in run()1865 void Writer::writeSections() { in writeSections() function in Writer
78 void writeSections();598 writeSections(); in run()2908 template <class ELFT> void Writer<ELFT>::writeSections() { in writeSections() function in Writer