reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Object/Object.cpp
  174   return (*unwrap(SI) == OF->symbol_end()) ? 1 : 0;
  220   Expected<section_iterator> SecOrErr = (*unwrap(Sym))->getSection();
  239   delete unwrap(SI);
  245   return (*unwrap(SI) == OB->getBinary()->symbol_end()) ? 1 : 0;
  249   ++(*unwrap(SI));
  277   return (*unwrap(SI))->containsSymbol(**unwrap(Sym));
  302   Expected<StringRef> Ret = (*unwrap(SI))->getName();
  314   Expected<uint64_t> Ret = (*unwrap(SI))->getAddress();
  326   return (*unwrap(SI))->getCommonSize();