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

Declarations

include/llvm/Object/MachO.h
  300   ArrayRef<uint8_t> getSectionContents(uint32_t Offset, uint64_t Size) const;

References

lib/Object/MachOObjectFile.cpp
 1968   return getSectionContents(Offset, Size);
tools/obj2yaml/macho2yaml.cpp
   82         yaml::BinaryRef(Obj.getSectionContents(Sec.offset, Sec.size));