Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp53 std::unique_ptr<WasmYAML::CustomSection> CustomSec; in dumpCustomSection() local
62 CustomSec = std::move(NameSec); in dumpCustomSection()
121 CustomSec = std::move(LinkingSec); in dumpCustomSection()
123 CustomSec = make_unique<WasmYAML::CustomSection>(WasmSec.Name); in dumpCustomSection()
125 CustomSec->Payload = yaml::BinaryRef(WasmSec.Content); in dumpCustomSection()
126 return CustomSec; in dumpCustomSection()