Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp164 auto ImportSec = make_unique<WasmYAML::ImportSection>(); in dump() local
185 ImportSec->Imports.push_back(Im); in dump()
187 S = std::move(ImportSec); in dump()