Searched refs:ResolvedSym (Results 1 – 1 of 1) sorted by relevance
1092 const MCSymbolWasm *ResolvedSym = ResolveSymbol(Symbol); in registerFunctionType() local1093 if (auto *Sig = ResolvedSym->getSignature()) { in registerFunctionType()1420 const MCSymbolWasm *ResolvedSym = ResolveSymbol(WS); in writeObject() local1421 LLVM_DEBUG(dbgs() << WS.getName() << ": weak alias of '" << *ResolvedSym in writeObject()1425 assert(WasmIndices.count(ResolvedSym) > 0); in writeObject()1426 uint32_t WasmIndex = WasmIndices.find(ResolvedSym)->second; in writeObject()1430 assert(DataLocations.count(ResolvedSym) > 0); in writeObject()1432 DataLocations.find(ResolvedSym)->second; in writeObject()