Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp246 auto ElemSec = make_unique<WasmYAML::ElemSection>(); in dump() local
254 ElemSec->Segments.push_back(Seg); in dump()
256 S = std::move(ElemSec); in dump()