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/BinaryFormat/MachO.h
  524   uint32_t cmdsize;
lib/ObjectYAML/MachOEmitter.cpp
  108 size_t writeLoadCommandData(MachOYAML::LoadCommand &LC, raw_ostream &OS,
  209   for (auto &LC : Obj.LoadCommands) {
  210     size_t BytesWritten = 0;
lib/ObjectYAML/MachOYAML.cpp
  202 void mapLoadCommandData(IO &IO, MachOYAML::LoadCommand &LoadCommand) {}
  241     IO &IO, MachOYAML::LoadCommand &LoadCommand) {
tools/llvm-objcopy/MachO/MachOLayoutBuilder.cpp
   19   uint32_t Size = 0;
tools/llvm-objcopy/MachO/MachOReader.cpp
  119     LoadCommand LC;
tools/llvm-objcopy/MachO/MachOReader.h
   28   const object::MachOObjectFile &MachOObj;
tools/llvm-objcopy/MachO/MachOWriter.cpp
  150   for (const auto &LC : O.LoadCommands) {