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

Definitions

include/llvm/ADT/ArrayRef.h
  145     const T *data() const { return Data; }
include/llvm/Object/MachO.h
  265     const char *Ptr;      // Where in memory the load command is.
include/llvm/ObjectYAML/MachOYAML.h
   60   llvm::MachO::macho_load_command Data;
  114   bool IsLittleEndian;
  218   static void enumeration(IO &io, MachO::LoadCommandType &value) {
include/llvm/Support/YAMLTraits.h
  793   void enumCase(T &Val, const char* Str, const T ConstVal) {
lib/ObjectYAML/MachOEmitter.cpp
   58   MachOYAML::Object &Obj;
  209   for (auto &LC : Obj.LoadCommands) {
lib/ObjectYAML/MachOYAML.cpp
  241     IO &IO, MachOYAML::LoadCommand &LoadCommand) {
  403 void MappingTraits<MachO::load_command>::mapping(
tools/llvm-objcopy/MachO/MachOReader.h
   28   const object::MachOObjectFile &MachOObj;
tools/llvm-objcopy/MachO/MachOWriter.cpp
  149   uint8_t *Begin = B.getBufferStart() + headerSize();
  152     MachO::macho_load_command MLC = LC.MachOLoadCommand;
tools/llvm-objcopy/MachO/MachOWriter.h
   25   bool IsLittleEndian;
tools/llvm-objcopy/MachO/Object.h
   72   MachO::macho_load_command MachOLoadCommand;
tools/obj2yaml/macho2yaml.cpp
  121 const char *MachODumper::processLoadCommandData(
  218     MachOYAML::LoadCommand LC;
  219     const char *EndPtr = LoadCmd.Ptr;