Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp319 auto ExportSec = std::make_unique<WasmYAML::ExportSection>(); in dump() local
325 ExportSec->Exports.push_back(Ex); in dump()
327 S = std::move(ExportSec); in dump()