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/ObjectYAML/MachOYAML.h
   60   llvm::MachO::macho_load_command Data;
  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) {
  210     size_t BytesWritten = 0;
lib/ObjectYAML/MachOYAML.cpp
  241     IO &IO, MachOYAML::LoadCommand &LoadCommand) {
tools/llvm-objcopy/MachO/MachOReader.cpp
  119     LoadCommand LC;
tools/llvm-objcopy/MachO/MachOReader.h
   28   const object::MachOObjectFile &MachOObj;
tools/obj2yaml/macho2yaml.cpp
  121 const char *MachODumper::processLoadCommandData(