Searched refs:writeCustomSection (Results 1 – 3 of 3) sorted by relevance
318 virtual std::error_code writeCustomSection(SecType Type) = 0;407 std::error_code writeCustomSection(SecType Type) override { in writeCustomSection() function
347 void writeCustomSection(WasmCustomSection &CustomSection,1238 void WasmObjectWriter::writeCustomSection(WasmCustomSection &CustomSection, in writeCustomSection() function in WasmObjectWriter1935 writeCustomSection(CustomSection, Asm); in writeOneObject()1945 writeCustomSection(*ProducersSection, Asm); in writeOneObject()1947 writeCustomSection(*TargetFeaturesSection, Asm); in writeOneObject()
474 if (auto EC = writeCustomSection(Type)) in writeOneSection()