Searched refs:CustomSec (Results 1 – 1 of 1) sorted by relevance
53 std::unique_ptr<WasmYAML::CustomSection> CustomSec; in dumpCustomSection() local67 CustomSec = std::move(DylinkSec); in dumpCustomSection()84 CustomSec = std::move(NameSec); in dumpCustomSection()154 CustomSec = std::move(LinkingSec); in dumpCustomSection()177 CustomSec = std::move(ProducersSec); in dumpCustomSection()187 CustomSec = std::move(TargetFeaturesSec); in dumpCustomSection()189 CustomSec = std::make_unique<WasmYAML::CustomSection>(WasmSec.Name); in dumpCustomSection()191 CustomSec->Payload = yaml::BinaryRef(WasmSec.Content); in dumpCustomSection()192 return CustomSec; in dumpCustomSection()