Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
DWasmObjectFile.cpp511 std::vector<wasm::WasmImport *> ImportedTables; in parseLinkingSectionSymtab() local
515 ImportedTables.reserve(Imports.size()); in parseLinkingSectionSymtab()
524 ImportedTables.emplace_back(&I); in parseLinkingSectionSymtab()
617 wasm::WasmImport &Import = *ImportedTables[Info.ElementIndex]; in parseLinkingSectionSymtab()