Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp732 unsigned FuncIndex = Info.ElementIndex - NumImportedFunctions; in parseLinkingSectionSymtab() local
733 wasm::WasmFunction &Function = Functions[FuncIndex]; in parseLinkingSectionSymtab()
1454 unsigned FuncIndex = Info.ElementIndex - NumImportedFunctions; in parseExportSection() local
1455 wasm::WasmFunction &Function = Functions[FuncIndex]; in parseExportSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.td67 def FuncIndex : AttrIndex<-1>;