Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp212 auto TypeSec = std::make_unique<WasmYAML::TypeSection>(); in dump() local
221 TypeSec->Signatures.push_back(Sig); in dump()
223 S = std::move(TypeSec); in dump()