reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1003 uint8_t NType = Obj.is64Bit() ? Obj.getSymbol64TableEntry(Symb).n_type 1004 : Obj.getSymbolTableEntry(Symb).n_type; 1015 Expected<section_iterator> SecOrErr = Obj.getSymbolSection(Symb);