Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp150 auto TypeSec = make_unique<WasmYAML::TypeSection>(); in dump() local
158 TypeSec->Signatures.push_back(Sig); in dump()
160 S = std::move(TypeSec); in dump()