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 44 const MCSymbolRefExpr *SymA, *SymB;
50 const MCSymbolRefExpr *getSymA() const { return SymA; }
55 bool isAbsolute() const { return !SymA && !SymB; }
65 static MCValue get(const MCSymbolRefExpr *SymA,
69 assert((!SymB || SymA) && "Invalid relocatable MCValue!");
71 R.SymA = SymA;
80 R.SymA = nullptr;
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 859 const MCSymbol *SymA = RefA ? &RefA->getSymbol() : nullptr;
860 const MCSymbolData *SymAD = SymA ? &Asm.getSymbolData(*SymA) : nullptr;
864 if (!RelocateWithSymbol && SymA && !SymA->isUndefined())
883 (SymA && !SymA->isUndefined()) ? &SymA->getSection() : nullptr;
890 if (SymA) {
891 if (const MCSymbol *R = Renames.lookup(SymA))
    [all...]

Completed in 76 milliseconds