Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp191 auto FuncSec = make_unique<WasmYAML::FunctionSection>(); in dump() local
193 FuncSec->FunctionTypes.push_back(Func); in dump()
195 S = std::move(FuncSec); in dump()