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

Declarations

include/llvm/Object/MachO.h
   79   uint64_t other() const;

References

tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp
  520         normExport.otherOffset = trieExport.other();
tools/llvm-nm/llvm-nm.cpp
 1351               S.Address = Entry.other() + BaseSegmentAddress;
 1431             MachO::SET_LIBRARY_ORDINAL(U.NDesc, Entry.other());
tools/llvm-objdump/MachODump.cpp
10294         outs() << format("resolver=0x%08llX", Entry.other());
10301       int Ordinal = Entry.other() - 1;