Lines Matching defs:Symb
912 COFFSymbolRef Symb = Obj.getCOFFSymbol(*I);
931 if (!COFF::isReservedSectionNumber(Symb.getSectionNumber())) {
945 switch (Symb.getSectionNumber()) {
959 if (Symb.isSectionDefinition())
1015 DataRefImpl Symb = I->getRawDataRefImpl();
1016 uint8_t NType = Obj.is64Bit() ? Obj.getSymbol64TableEntry(Symb).n_type
1017 : Obj.getSymbolTableEntry(Symb).n_type;
1028 Expected<section_iterator> SecOrErr = Obj.getSymbolSection(Symb);
1210 DataRefImpl Symb = Sym.getRawDataRefImpl();
1212 MachO::nlist_64 STE = Obj.getSymbol64TableEntry(Symb);
1215 MachO::nlist STE = Obj.getSymbolTableEntry(Symb);