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

Declarations

include/llvm/Object/COFF.h
  793   const coff_symbol_type *toSymb(DataRefImpl Symb) const;

References

lib/Object/COFFObjectFile.cpp
  137     const coff_symbol16 *Symb = toSymb<coff_symbol16>(Ref);
  141     const coff_symbol32 *Symb = toSymb<coff_symbol32>(Ref);
 1156     return toSymb<coff_symbol16>(Ref);
 1158     return toSymb<coff_symbol32>(Ref);