Home
last modified time | relevance | path

Searched defs:FunctionIndex (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/Object/
H A DStackMapParser.h363 FunctionAccessor getFunction(unsigned FunctionIndex) const { in getFunction()
451 std::size_t getFunctionOffset(unsigned FunctionIndex) const { in getFunctionOffset()
/src/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp1844 uint32_t FunctionIndex = WasmIndices.find(Base)->second; in writeOneObject() local