Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/wasm/
H A DInputChunks.h279 uint32_t getFunctionIndex() const { return *functionIndex; } in getFunctionIndex() function
H A DSymbols.cpp251 uint32_t FunctionSymbol::getFunctionIndex() const { in getFunctionIndex() function in lld::wasm::FunctionSymbol