Home
last modified time | relevance | path

Searched refs:CustomSec (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp53 std::unique_ptr<WasmYAML::CustomSection> CustomSec; in dumpCustomSection() local
67 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()