Searched refs:hasTableIndex (Results 1 – 6 of 6) sorted by relevance
241 bool FunctionSymbol::hasTableIndex() const { in hasTableIndex() function in lld::wasm::FunctionSymbol243 return f->function->hasTableIndex(); in hasTableIndex()
162 bool hasTableIndex() const { return tableIndex.hasValue(); } in hasTableIndex() function
221 assert(!hasTableIndex()); in setTableIndex()
181 bool hasTableIndex() const;
220 if (!getFunctionSymbol(reloc.Index)->hasTableIndex()) in calcNewValue()
387 if (sym->hasTableIndex() || sym->isStub) in addEntry()