Searched refs:writeCustomSection (Results 1 – 3 of 3) sorted by relevance
334 virtual std::error_code writeCustomSection(SecType Type) = 0;424 std::error_code writeCustomSection(SecType Type) override { in writeCustomSection() function
345 void writeCustomSection(WasmCustomSection &CustomSection,1215 void WasmObjectWriter::writeCustomSection(WasmCustomSection &CustomSection, in writeCustomSection() function in WasmObjectWriter1940 writeCustomSection(CustomSection, Asm); in writeOneObject()1950 writeCustomSection(*ProducersSection, Asm); in writeOneObject()1952 writeCustomSection(*TargetFeaturesSection, Asm); in writeOneObject()
472 if (auto EC = writeCustomSection(Type)) in writeOneSection()