Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/wasm/
H A DInputChunks.h277 uint32_t getFunctionIndex() const { return functionIndex.value(); } in getFunctionIndex() function
H A DSymbols.cpp244 uint32_t FunctionSymbol::getFunctionIndex() const { in getFunctionIndex() function in lld::wasm::FunctionSymbol