Searched refs:hasTableIndex (Results 1 – 6 of 6) sorted by relevance
273 bool FunctionSymbol::hasTableIndex() const { in hasTableIndex() function in lld::wasm::FunctionSymbol275 return f->function->hasTableIndex(); in hasTableIndex()
281 bool hasTableIndex() const { return tableIndex.has_value(); } in hasTableIndex() function
208 assert(!hasTableIndex()); in setTableIndex()
192 bool hasTableIndex() const;
160 if (!getFunctionSymbol(reloc.Index)->hasTableIndex()) in calcNewValue()
548 if (sym->hasTableIndex() || sym->isStub) in addEntry()