Searched refs:FuncIndex (Results 1 – 2 of 2) sorted by relevance
732 unsigned FuncIndex = Info.ElementIndex - NumImportedFunctions; in parseLinkingSectionSymtab() local733 wasm::WasmFunction &Function = Functions[FuncIndex]; in parseLinkingSectionSymtab()1454 unsigned FuncIndex = Info.ElementIndex - NumImportedFunctions; in parseExportSection() local1455 wasm::WasmFunction &Function = Functions[FuncIndex]; in parseExportSection()
67 def FuncIndex : AttrIndex<-1>;