reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1482 if (SymA && SymA->isVariable()) { 1482 if (SymA && SymA->isVariable()) { 1483 const MCExpr *Expr = SymA->getVariableValue(); 1486 SymA = cast<MCSymbolELF>(&Inner->getSymbol()); 1492 const MCSectionELF *SecA = (SymA && SymA->isInSection()) 1492 const MCSectionELF *SecA = (SymA && SymA->isInSection()) 1493 ? cast<MCSectionELF>(&SymA->getSection()) 1499 bool RelocateWithSymbol = shouldRelocateWithSymbol(Asm, RefA, SymA, C, Type); 1502 FixedValue = !RelocateWithSymbol && SymA && !SymA->isUndefined() 1502 FixedValue = !RelocateWithSymbol && SymA && !SymA->isUndefined() 1503 ? C + Layout.getSymbolOffset(*SymA) 1515 ELFRelocationEntry Rec(FixupOffset, SectionSymbol, Type, Addend, SymA, C); 1520 const MCSymbolELF *RenamedSymA = SymA; 1521 if (SymA) { 1522 if (const MCSymbolELF *R = Renames.lookup(SymA)) 1530 ELFRelocationEntry Rec(FixupOffset, RenamedSymA, Type, Addend, SymA, C);