Lines Matching refs:SymA
524 const auto *SymA = cast<MCSymbolWasm>(&RefA->getSymbol());
528 SymA->setUsedInInitArray();
532 if (SymA->isVariable()) {
533 const MCExpr *Expr = SymA->getVariableValue();
553 SymA->isDefined()) {
554 // SymA can be a temp data symbol that represents a function (in which case
564 const MCSection &SecA = SymA->getSection();
576 C += Asm.getSymbolOffset(*SymA);
577 SymA = cast<MCSymbolWasm>(SectionSymbol);
604 if (SymA->getName().empty())
608 SymA->setUsedInReloc();
614 SymA->setUsedInGOT();
620 WasmRelocationEntry Rec(FixupOffset, SymA, C, Type, &FixupSection);