Lines Matching refs:SymA
450 const auto *SymA = cast<MCSymbolWasm>(&RefA->getSymbol()); in recordRelocation() local
454 SymA->setUsedInInitArray(); in recordRelocation()
458 if (SymA->isVariable()) { in recordRelocation()
459 const MCExpr *Expr = SymA->getVariableValue(); in recordRelocation()
483 const MCSection &SecA = SymA->getSection(); in recordRelocation()
491 C += Layout.getSymbolOffset(*SymA); in recordRelocation()
492 SymA = cast<MCSymbolWasm>(SectionSymbol); in recordRelocation()
521 if (SymA->getName().empty()) in recordRelocation()
525 SymA->setUsedInReloc(); in recordRelocation()
529 SymA->setUsedInGOT(); in recordRelocation()
531 WasmRelocationEntry Rec(FixupOffset, SymA, C, Type, &FixupSection); in recordRelocation()