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

References

lib/MC/WasmObjectWriter.cpp
  459   if (SymA->isVariable()) {
  460     const MCExpr *Expr = SymA->getVariableValue();
  483     const MCSection &SecA = SymA->getSection();
  491     C += Layout.getSymbolOffset(*SymA);
  492     SymA = cast<MCSymbolWasm>(SectionSymbol);
  498     if (SymA->getName().empty())
  502     SymA->setUsedInReloc();
  506     SymA->setUsedInGOT();
  508   WasmRelocationEntry Rec(FixupOffset, SymA, C, Type, &FixupSection);