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

  /external/llvm/include/llvm/MC/
MCValue.h 38 const MCSymbolRefExpr *SymA, *SymB;
44 const MCSymbolRefExpr *getSymB() const { return SymB; }
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!");
61 R.SymB = SymB;
69 R.SymB = 0;
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 83 COFFSymbol *Symb;
85 COFFRelocation() : Symb(NULL) {}
658 const MCSymbolRefExpr *SymB = Target.getSymB();
659 const bool CrossSection = SymB &&
660 &SymA->getSymbol().getSection() != &SymB->getSymbol().getSection();
673 // In the case where we have SymbA and SymB, we just need to store the delta
689 Reloc.Symb = coff_symbol->Section->Symbol;
693 Reloc.Symb = coff_symbol;
695 ++Reloc.Symb->Relocations;
835 assert((*cr).Symb->Index != -1)
    [all...]

Completed in 92 milliseconds