Home | History | Annotate | Download | only in LD

Lines Matching refs:Resolver

1 //===- Resolver.h ---------------------------------------------------------===//
23 /** \class Resolver
24 * \brief Resolver binds a symbol reference from one file to a symbol
27 * Resolver seals up the algorithm of symbol resolution. The resolution of
31 class Resolver
41 /** \class Resolver::Result
54 Resolver();
56 Resolver(const Resolver& pCopy);
58 virtual ~Resolver();
60 /// shouldOverride - Can resolver override the symbol pOld by the symbol pNew?
86 Resolver* clone() const {
94 virtual Resolver* doClone() const = 0;