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();
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()
252 virtual std::error_code writeSections(const SampleProfileMap &ProfileMap) = 0;334 std::error_code writeSections(const SampleProfileMap &ProfileMap) override;
60 void writeSections();1147 void Writer::writeSections() { in writeSections() function in Writer1258 writeSections(); in writeOutputFile()
319 void writeSections(const MCAssembler &Asm, const MCAsmLayout &Layout);709 void XCOFFObjectWriter::writeSections(const MCAssembler &Asm, in writeSections() function in __anon0367a1100111::XCOFFObjectWriter736 writeSections(Asm, Layout); in writeObject()
124 if (std::error_code EC = writeSections(ProfileMap)) in write()441 std::error_code SampleProfileWriterExtBinary::writeSections( in writeSections() function in SampleProfileWriterExtBinary
104 void writeSections();213 void Writer::writeSections() { in writeSections() function in lld::wasm::Writer1691 writeSections(); in run()
242 void writeSections();680 writeSections(); in run()1950 void Writer::writeSections() { in writeSections() function in Writer
78 void writeSections();586 writeSections(); in run()2932 template <class ELFT> void Writer<ELFT>::writeSections() { in writeSections() function in Writer