Searched refs:SymA (Results 1 – 2 of 2) sorted by relevance
38 const MCSymbolRefExpr *SymA, *SymB; variable43 const MCSymbolRefExpr *getSymA() const { return SymA; } in getSymA()47 bool isAbsolute() const { return !SymA && !SymB; } in isAbsolute()55 static MCValue get(const MCSymbolRefExpr *SymA, const MCSymbolRefExpr *SymB=0,58 assert((!SymB || SymA) && "Invalid relocatable MCValue!");60 R.SymA = SymA;68 R.SymA = 0; in get()
651 const MCSymbolRefExpr *SymA = Target.getSymA(); in RecordRelocation() local654 &SymA->getSymbol().getSection() != &SymB->getSymbol().getSection(); in RecordRelocation()