Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Object/
HDWasmObjectFile.cpp694 std::vector<wasm::WasmImport *> ImportedGlobals; in parseLinkingSectionSymtab() local
698 ImportedGlobals.reserve(Imports.size()); in parseLinkingSectionSymtab()
706 ImportedGlobals.emplace_back(&I); in parseLinkingSectionSymtab()
768 wasm::WasmImport &Import = *ImportedGlobals[Info.ElementIndex]; in parseLinkingSectionSymtab()