reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
912 sym = symtab->addUndefined(symName, this, false); 914 sym = symtab->addCommon(this, symName, objSym.getCommonSize()); 917 sym = symtab->addUndefined(symName, this, true); 922 if (symName == obj->getComdatTable()[comdatIndex]) 925 sym = symtab->addRegular(this, symName); 927 sym = symtab->addUndefined(symName, this, false); 929 sym = symtab->addRegular(this, symName);