Searched refs:writeCustomSection (Results 1 – 3 of 3) sorted by relevance
247 virtual std::error_code writeCustomSection(SecType Type) = 0;336 std::error_code writeCustomSection(SecType Type) override { in writeCustomSection() function
350 void writeCustomSection(WasmCustomSection &CustomSection,1239 void WasmObjectWriter::writeCustomSection(WasmCustomSection &CustomSection, in writeCustomSection() function in WasmObjectWriter1948 writeCustomSection(CustomSection, Asm, Layout); in writeOneObject()1958 writeCustomSection(*ProducersSection, Asm, Layout); in writeOneObject()1960 writeCustomSection(*TargetFeaturesSection, Asm, Layout); in writeOneObject()
367 if (auto EC = writeCustomSection(Type)) in writeOneSection()