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 WasmObjectWriter 1958 writeCustomSection(CustomSection, Asm);1968 writeCustomSection(*ProducersSection, Asm);1970 writeCustomSection(*TargetFeaturesSection, Asm);
474 if (auto EC = writeCustomSection(Type)) in writeOneSection()