|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/Object/MachO.h 83 bool operator==(const ExportEntry &) const;
125 using export_iterator = content_iterator<ExportEntry>;
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/MachOObjectFile.cpp 2796 bool ExportEntry::operator==(const ExportEntry &Other) const {
3086 ExportEntry Start(&E, O, Trie);
3092 ExportEntry Finish(&E, O, Trie);
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp 514 for (const ExportEntry &trieExport : MachOObjectFile::exports(Err, trie)) {
tools/llvm-nm/llvm-nm.cpp 1305 for (const llvm::object::ExportEntry &Entry : MachO->exports(Err)) {
tools/llvm-objdump/MachODump.cpp10257 for (const object::ExportEntry &Entry : Obj->exports(Err)) {
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; };