Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DWasmObjectWriter.cpp1833 uint32_t FunctionIndex = WasmIndices.find(Base)->second; in writeOneObject() local