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) {
lib/ObjectYAML/MachOEmitter.cpp
  208 void MachOWriter::writeLoadCommands(raw_ostream &OS) {
  209   for (auto &LC : Obj.LoadCommands) {
  211     llvm::MachO::macho_load_command Data = LC.Data;
tools/llvm-objcopy/MachO/MachOLayoutBuilder.cpp
   20   for (const auto &LC : O.LoadCommands) {
tools/llvm-objcopy/MachO/MachOWriter.cpp
  152     MachO::macho_load_command MLC = LC.MachOLoadCommand;
tools/llvm-objcopy/MachO/Object.h
   77   ArrayRef<uint8_t> Payload;
tools/obj2yaml/macho2yaml.cpp
   28   const object::MachOObjectFile &Obj;