reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/MC/WasmObjectWriter.cpp
  154         << ", Sym=" << *Symbol << ", Addend=" << Addend
  538   if (RelEntry.Type == wasm::R_WASM_GLOBAL_INDEX_LEB && !RelEntry.Symbol->isGlobal()) {
  539     assert(GOTIndices.count(RelEntry.Symbol) > 0 && "symbol not found in GOT index space");
  540     return GOTIndices[RelEntry.Symbol];
  548     const MCSymbolWasm *Sym = resolveSymbol(*RelEntry.Symbol);
  559     assert(WasmIndices.count(RelEntry.Symbol) > 0 && "symbol not found in wasm index space");
  560     return WasmIndices[RelEntry.Symbol];
  564         static_cast<const MCSectionWasm &>(RelEntry.Symbol->getSection());
  572     const MCSymbolWasm *Sym = resolveSymbol(*RelEntry.Symbol);
  627     if (!TypeIndices.count(RelEntry.Symbol))
  629                          RelEntry.Symbol->getName());
  630     return TypeIndices[RelEntry.Symbol];
  633   return RelEntry.Symbol->getIndex();
 1481       assert(Rel.Symbol->isFunction());
 1482       const MCSymbolWasm &WS = *resolveSymbol(*Rel.Symbol);