Home | History | Annotate | Download | only in MC

Lines Matching refs:Symb

83   COFFSymbol          *Symb;
85 COFFRelocation() : Symb(nullptr) {}
724 const MCSymbolRefExpr *SymB = Target.getSymB();
727 if (SymB) {
728 const MCSymbol *B = &SymB->getSymbol();
751 // In the case where we have SymbA and SymB, we just need to store the delta
767 Reloc.Symb = coff_symbol->Section->Symbol;
771 Reloc.Symb = coff_symbol;
773 ++Reloc.Symb->Relocations;
937 assert(Relocation.Symb->Index != -1);
938 Relocation.Data.SymbolTableIndex = Relocation.Symb->Index;