Searched refs:FuncIndex (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp504 unsigned FuncIndex = Info.ElementIndex - NumImportedFunctions; local
505 Signature = &Signatures[FunctionTypes[FuncIndex]];
506 wasm::WasmFunction &Function = Functions[FuncIndex];

Completed in 51 milliseconds