reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1403 StringRef name = saver.save(objSym.getName()); 1404 uint8_t binding = objSym.isWeak() ? STB_WEAK : STB_GLOBAL; 1405 uint8_t type = objSym.isTLS() ? STT_TLS : STT_NOTYPE; 1406 uint8_t visibility = mapVisibility(objSym.getVisibility()); 1407 bool canOmitFromDynSym = objSym.canBeOmittedFromSymbolTable(); 1409 int c = objSym.getComdatIndex(); 1410 if (objSym.isUndefined() || (c != -1 && !keptComdats[c])) { 1419 if (objSym.isCommon()) 1422 objSym.getCommonAlignment(), objSym.getCommonSize()}); 1422 objSym.getCommonAlignment(), objSym.getCommonSize()});