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 86 COFFSymbol *Symb;
88 COFFRelocation() : Symb(NULL) {}
653 const MCSymbolRefExpr *SymB = Target.getSymB();
654 const bool CrossSection = SymB &&
655 &SymA->getSymbol().getSection() != &SymB->getSymbol().getSection();
668 // In the case where we have SymbA and SymB, we just need to store the delta
684 Reloc.Symb = coff_symbol->Section->Symbol;
688 Reloc.Symb = coff_symbol;
690 ++Reloc.Symb->Relocations;
807 assert((*cr).Symb->Index != -1)
    [all...]

Completed in 41 milliseconds