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

Definitions

include/llvm/Object/IRSymtab.h
  344   bool operator==(const SymbolRef &Other) const { return SymI == Other.SymI; }
include/llvm/Object/MachO.h
  684 inline bool DiceRef::operator==(const DiceRef &Other) const {
include/llvm/Object/ObjectFile.h
  414 inline bool SectionRef::operator==(const SectionRef &Other) const {
  522 inline bool RelocationRef::operator==(const RelocationRef &Other) const {
include/llvm/Object/SymbolicFile.h
  183 inline bool BasicSymbolRef::operator==(const BasicSymbolRef &Other) const {
lib/Object/COFFObjectFile.cpp
 1295 operator==(const ImportDirectoryEntryRef &Other) const {
 1402 operator==(const DelayImportDirectoryEntryRef &Other) const {
 1456 operator==(const ExportDirectoryEntryRef &Other) const {
 1554 operator==(const ImportedSymbolRef &Other) const {
 1631 bool BaseRelocRef::operator==(const BaseRelocRef &Other) const {
lib/Object/MachOObjectFile.cpp
 2796 bool ExportEntry::operator==(const ExportEntry &Other) const {
 3421 bool MachORebaseEntry::operator==(const MachORebaseEntry &Other) const {
 3984 bool MachOBindEntry::operator==(const MachOBindEntry &Other) const {