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

Declarations

include/llvm/Object/COFF.h
   39 class DelayImportDirectoryEntryRef;

References

include/llvm/Object/COFF.h
   47     content_iterator<DelayImportDirectoryEntryRef>;
 1118   bool operator==(const DelayImportDirectoryEntryRef &Other) const;
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/Object/COFFObjectFile.cpp
 1402 operator==(const DelayImportDirectoryEntryRef &Other) const {
tools/llvm-readobj/COFFDumper.cpp
  172       const DelayImportDirectoryEntryRef &I,
 1634     const DelayImportDirectoryEntryRef &I,
 1680   for (const DelayImportDirectoryEntryRef &I : Obj->delay_import_directories()) {
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; };