Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCValue.h38 const MCSymbolRefExpr *SymA, *SymB; variable
43 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()
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp651 const MCSymbolRefExpr *SymA = Target.getSymA(); in RecordRelocation() local
654 &SymA->getSymbol().getSection() != &SymB->getSymbol().getSection(); in RecordRelocation()