Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp457 unsigned FuncIndex = Info.ElementIndex - NumImportedFunctions; in parseLinkingSectionSymtab() local
458 FunctionType = &Signatures[FunctionTypes[FuncIndex]]; in parseLinkingSectionSymtab()
459 wasm::WasmFunction &Function = Functions[FuncIndex]; in parseLinkingSectionSymtab()