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

Definitions

include/llvm/BinaryFormat/MachO.h
 1362 inline void swapStruct(symseg_command &C) {
include/llvm/Object/MachO.h
  265     const char *Ptr;      // Where in memory the load command is.
  266     MachO::load_command C; // The command itself.
include/llvm/ObjectYAML/MachOYAML.h
   60   llvm::MachO::macho_load_command Data;
include/llvm/Support/SwapByteOrder.h
   54 static const bool IsLittleEndianHost = !IsBigEndianHost;
include/llvm/Support/YAMLTraits.h
  793   void enumCase(T &Val, const char* Str, const T ConstVal) {
tools/llvm-objcopy/MachO/MachOReader.cpp
  118   for (auto LoadCmd : MachOObj.load_commands()) {
  119     LoadCommand LC;
tools/llvm-objcopy/MachO/MachOReader.h
   28   const object::MachOObjectFile &MachOObj;
tools/llvm-objcopy/MachO/MachOWriter.cpp
  150   for (const auto &LC : O.LoadCommands) {
tools/llvm-objcopy/MachO/Object.h
   72   MachO::macho_load_command MachOLoadCommand;
tools/obj2yaml/macho2yaml.cpp
  218     MachOYAML::LoadCommand LC;