• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/

Lines Matching defs:MachO

1 //===-- llvm/Support/MachO.h - The MachO file format ------------*- C++ -*-===//
10 // This file defines manifest constants for the MachO object file format.
23 namespace MachO {
26 // Constants for the "magic" field in llvm::MachO::mach_header and
27 // llvm::MachO::mach_header_64
35 // Constants for the "filetype" field in llvm::MachO::mach_header and
36 // llvm::MachO::mach_header_64
49 // Constant bits for the "flags" field in llvm::MachO::mach_header and
50 // llvm::MachO::mach_header_64
75 // Constants for the "cmd" field in llvm::MachO::load_command
122 // Constant bits for the "flags" field in llvm::MachO::segment_command
129 // Constant masks for the "flags" field in llvm::MachO::section and
130 // llvm::MachO::section_64
136 // Constant masks for the "flags[7:0]" field in llvm::MachO::section and
137 // llvm::MachO::section_64 (mask "flags" with SECTION_TYPE)
156 // Constant masks for the "flags[31:24]" field in llvm::MachO::section and
157 // llvm::MachO::section_64 (mask "flags" with SECTION_ATTRIBUTES_USR)
166 // Constant masks for the "flags[23:8]" field in llvm::MachO::section and
167 // llvm::MachO::section_64 (mask "flags" with SECTION_ATTRIBUTES_SYS)
227 // Constant masks for the "n_type" field in llvm::MachO::nlist and
228 // llvm::MachO::nlist_64
234 // Constants for the "n_type & N_TYPE" llvm::MachO::nlist and
235 // llvm::MachO::nlist_64
242 // Constant masks for the "n_sect" field in llvm::MachO::nlist and
243 // llvm::MachO::nlist_64
250 // Constant values for the "n_type" field in llvm::MachO::nlist and
251 // llvm::MachO::nlist_64 when "(n_type & NlistMaskStab) != 0"
711 } // end namespace MachO