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

Definitions

include/llvm/BinaryFormat/MachO.h
  527 struct segment_command {
  541 struct segment_command_64 {
  555 struct section {
  569 struct section_64 {
  609 struct dylib_command {
  615 struct sub_framework_command {
  621 struct sub_client_command {
  627 struct sub_umbrella_command {
  633 struct sub_library_command {
  648 struct dylinker_command {
  654 struct thread_command {
  659 struct routines_command {
  672 struct routines_command_64 {
  685 struct symtab_command {
  694 struct dysymtab_command {
  778 struct uuid_command {
  784 struct rpath_command {
  790 struct linkedit_data_command {
  797 struct data_in_code_entry {
  803 struct source_version_command {
  809 struct encryption_info_command {
  817 struct encryption_info_command_64 {
  826 struct version_min_command {
  834 struct note_command {
  842 struct build_tool_version {
  847 struct build_version_command {
  857 struct dyld_info_command {
  872 struct linker_option_command {
  918 struct entry_point_command {
  972 struct any_relocation_info {
  977 struct nlist_base {
  984 struct nlist {
  992 struct nlist_64 {
lib/Object/MachOObjectFile.cpp
   67 template <typename T>