Home
last modified time | relevance | path

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

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