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

Definitions

include/llvm/ADT/ArrayRef.h
  148     size_t size() const { return Length; }
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;
include/llvm/Support/SwapByteOrder.h
   54 static const bool IsLittleEndianHost = !IsBigEndianHost;
tools/llvm-objcopy/MachO/Object.h
   72   MachO::macho_load_command MachOLoadCommand;
tools/obj2yaml/macho2yaml.cpp
  217   for (auto LoadCmd : Obj.load_commands()) {