Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp55 std::unique_ptr<WasmYAML::NameSection> NameSec = make_unique<WasmYAML::NameSection>(); in dumpCustomSection() local
60 NameSec->FunctionNames.push_back(NameEntry); in dumpCustomSection()
62 CustomSec = std::move(NameSec); in dumpCustomSection()