reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
212 void resolve(const Symbol &other);
1033 this->symbols[i]->resolve(Undefined{this, name, binding, stOther, type}); 1043 this->symbols[i]->resolve( 1054 this->symbols[i]->resolve( 1062 this->symbols[i]->resolve( 1548 sym->resolve(LazyObject{*this, sym->getName()});tools/lld/ELF/SymbolTable.cpp
92 sym->resolve(newSym);
tools/lld/ELF/Writer.cpp205 s->resolve(Defined{/*file=*/nullptr, name, binding, stOther, STT_NOTYPE, val, 266 s->resolve(Defined{/*file=*/nullptr, gotSymName, STB_GLOBAL, STV_HIDDEN, 1724 s->resolve(Defined{/*file=*/nullptr, s->getName(), STB_GLOBAL, STV_HIDDEN,