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

Definitions

include/llvm/ObjectYAML/MachOYAML.h
  218   static void enumeration(IO &io, MachO::LoadCommandType &value) {
include/llvm/Support/SwapByteOrder.h
   54 static const bool IsLittleEndianHost = !IsBigEndianHost;
lib/ObjectYAML/MachOEmitter.cpp
   58   MachOYAML::Object &Obj;
  108 size_t writeLoadCommandData(MachOYAML::LoadCommand &LC, raw_ostream &OS,
tools/llvm-objcopy/MachO/Object.h
   77   ArrayRef<uint8_t> Payload;
tools/obj2yaml/macho2yaml.cpp
   28   const object::MachOObjectFile &Obj;
  218     MachOYAML::LoadCommand LC;