Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp331 auto ElemSec = std::make_unique<WasmYAML::ElemSection>(); in dump() local
344 ElemSec->Segments.push_back(Seg); in dump()
346 S = std::move(ElemSec); in dump()