Searched refs:hasTableIndex (Results 1 – 6 of 6) sorted by relevance
280 bool FunctionSymbol::hasTableIndex() const { in hasTableIndex() function in lld::wasm::FunctionSymbol282 return f->function->hasTableIndex(); in hasTableIndex()
283 bool hasTableIndex() const { return tableIndex.has_value(); } in hasTableIndex() function
208 assert(!hasTableIndex()); in setTableIndex()
199 bool hasTableIndex() const;
162 if (!getFunctionSymbol(reloc.Index)->hasTableIndex()) in calcNewValue()
550 if (sym->hasTableIndex() || sym->isStub) in addEntry()