Searched refs:getTableIndex (Results 1 – 5 of 5) sorted by relevance
273 uint32_t FunctionSymbol::getTableIndex() const { in getTableIndex() function in lld::wasm::FunctionSymbol275 return f->function->getTableIndex(); in getTableIndex()
451 writeSleb128(os, f->getTableIndex(), "offset"); in generateRelocationCode()506 initExpr = intConst(f->isStub ? 0 : f->getTableIndex(), is64); in writeBody()593 assert(sym->getTableIndex() == tableIndex); in writeBody()
282 uint32_t getTableIndex() const { return *tableIndex; } in getTableIndex() function
198 uint32_t getTableIndex() const;
164 uint32_t index = getFunctionSymbol(reloc.Index)->getTableIndex(); in calcNewValue()