Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp428 std::vector<wasm::WasmImport *> ImportedGlobals; in parseLinkingSectionSymtab() local
430 ImportedGlobals.reserve(Imports.size()); in parseLinkingSectionSymtab()
436 ImportedGlobals.emplace_back(&I); in parseLinkingSectionSymtab()
489 wasm::WasmImport &Import = *ImportedGlobals[Info.ElementIndex]; in parseLinkingSectionSymtab()