Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp231 auto ImportSec = std::make_unique<WasmYAML::ImportSection>(); in dump() local
257 ImportSec->Imports.push_back(Im); in dump()
259 S = std::move(ImportSec); in dump()