Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp742 unsigned FuncIndex = Info.ElementIndex - NumImportedFunctions; in parseLinkingSectionSymtab() local
743 wasm::WasmFunction &Function = Functions[FuncIndex]; in parseLinkingSectionSymtab()
1463 unsigned FuncIndex = Info.ElementIndex - NumImportedFunctions; in parseExportSection() local
1464 wasm::WasmFunction &Function = Functions[FuncIndex]; in parseExportSection()