Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp591 std::vector<wasm::WasmImport *> ImportedGlobals; in parseLinkingSectionSymtab() local
595 ImportedGlobals.reserve(Imports.size()); in parseLinkingSectionSymtab()
603 ImportedGlobals.emplace_back(&I); in parseLinkingSectionSymtab()
665 wasm::WasmImport &Import = *ImportedGlobals[Info.ElementIndex]; in parseLinkingSectionSymtab()