Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp234 auto ExportSec = make_unique<WasmYAML::ExportSection>(); in dump() local
240 ExportSec->Exports.push_back(Ex); in dump()
242 S = std::move(ExportSec); in dump()