HomeSort by relevance Sort by last modified time
    Searched refs:SymA (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/MC/
MCValue.h 38 const MCSymbolRefExpr *SymA, *SymB;
43 const MCSymbolRefExpr *getSymA() const { return SymA; }
47 bool isAbsolute() const { return !SymA && !SymB; }
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;
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 652 const MCSymbolRefExpr *SymA = Target.getSymA();
655 &SymA->getSymbol().getSection() != &SymB->getSymbol().getSection();

Completed in 167 milliseconds