Lines Matching defs:Symb
914 COFFSymbolRef Symb = Obj.getCOFFSymbol(*I);
933 if (!COFF::isReservedSectionNumber(Symb.getSectionNumber())) {
947 switch (Symb.getSectionNumber()) {
961 if (Symb.isSectionDefinition())
1017 DataRefImpl Symb = I->getRawDataRefImpl();
1018 uint8_t NType = Obj.is64Bit() ? Obj.getSymbol64TableEntry(Symb).n_type
1019 : Obj.getSymbolTableEntry(Symb).n_type;
1030 Expected<section_iterator> SecOrErr = Obj.getSymbolSection(Symb);
1212 DataRefImpl Symb = Sym.getRawDataRefImpl();
1214 MachO::nlist_64 STE = Obj.getSymbol64TableEntry(Symb);
1217 MachO::nlist STE = Obj.getSymbolTableEntry(Symb);