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

Definitions

include/llvm/BinaryFormat/MachO.h
  524   uint32_t cmdsize;
include/llvm/Object/MachO.h
  266     MachO::load_command C; // The command itself.
lib/ObjectYAML/MachOEmitter.cpp
   58   MachOYAML::Object &Obj;
tools/llvm-objcopy/MachO/MachOReader.cpp
  118   for (auto LoadCmd : MachOObj.load_commands()) {
  119     LoadCommand LC;
tools/llvm-objcopy/MachO/Object.h
   72   MachO::macho_load_command MachOLoadCommand;
tools/obj2yaml/macho2yaml.cpp
   28   const object::MachOObjectFile &Obj;