Home
last modified time | relevance | path

Searched refs:RefA (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/MC/
DELFObjectWriter.cpp211 const MCSymbolRefExpr *RefA,
655 const MCSymbolRefExpr *RefA, in shouldRelocateWithSymbol() argument
661 if (!RefA) in shouldRelocateWithSymbol()
664 MCSymbolRefExpr::VariantKind Kind = RefA->getKind(); in shouldRelocateWithSymbol()
826 const MCSymbolRefExpr *RefA = Target.getSymA(); in RecordRelocation() local
827 const MCSymbol *SymA = RefA ? &RefA->getSymbol() : nullptr; in RecordRelocation()
831 bool RelocateWithSymbol = shouldRelocateWithSymbol(Asm, RefA, SymAD, C, Type); in RecordRelocation()
845 RefA ? RefA->getKind() : MCSymbolRefExpr::VK_None; in RecordRelocation()
865 if (const MCSymbol *WeakRef = getWeakRef(*RefA)) in RecordRelocation()