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

Declarations

include/llvm/Object/IRSymtab.h
  251   class SymbolRef;

References

include/llvm/Object/IRSymtab.h
  262   using symbol_range = iterator_range<object::content_iterator<SymbolRef>>;
  344   bool operator==(const SymbolRef &Other) const { return SymI == Other.SymI; }
include/llvm/Object/SymbolicFile.h
   70     : public std::iterator<std::forward_iterator_tag, content_type> {
   71   content_type Current;
   74   content_iterator(content_type symb) : Current(std::move(symb)) {}
   76   const content_type *operator->() const { return &Current; }
   78   const content_type &operator*() const { return Current; }
lib/LTO/LTO.cpp
  444     for (const irsymtab::Reader::SymbolRef &Sym :
usr/include/c++/7.4.0/bits/move.h
   98     move(_Tp&& __t) noexcept
usr/include/c++/7.4.0/bits/stl_iterator_base_types.h
  123       typedef _Tp        value_type;
usr/include/c++/7.4.0/type_traits
 1633     { typedef _Tp   type; };