Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DStackMapParser.h364 FunctionAccessor getFunction(unsigned FunctionIndex) const { in getFunction()
452 std::size_t getFunctionOffset(unsigned FunctionIndex) const { in getFunctionOffset()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp1770 uint32_t FunctionIndex = WasmIndices.find(Base)->second; in writeOneObject() local