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

Definitions

include/llvm/Object/Binary.h
  146   bool isLittleEndian() const {
include/llvm/Object/MachO.h
  265     const char *Ptr;      // Where in memory the load command is.
include/llvm/ObjectYAML/MachOYAML.h
  218   static void enumeration(IO &io, MachO::LoadCommandType &value) {
lib/ObjectYAML/MachOEmitter.cpp
   58   MachOYAML::Object &Obj;
  108 size_t writeLoadCommandData(MachOYAML::LoadCommand &LC, raw_ostream &OS,
lib/ObjectYAML/MachOYAML.cpp
  551 void MappingTraits<MachO::version_min_command>::mapping(
tools/llvm-objcopy/MachO/MachOLayoutBuilder.cpp
   19   uint32_t Size = 0;
tools/llvm-objcopy/MachO/MachOReader.cpp
  118   for (auto LoadCmd : MachOObj.load_commands()) {
tools/llvm-objcopy/MachO/MachOWriter.cpp
  150   for (const auto &LC : O.LoadCommands) {
tools/llvm-objcopy/MachO/MachOWriter.h
   25   bool IsLittleEndian;
tools/llvm-objcopy/MachO/Object.h
   77   ArrayRef<uint8_t> Payload;
tools/obj2yaml/macho2yaml.cpp
   28   const object::MachOObjectFile &Obj;
usr/include/assert.h
   69 extern void __assert_fail (const char *__assertion, const char *__file,