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/Object/Binary.h
  146   bool isLittleEndian() const {
include/llvm/ObjectYAML/MachOYAML.h
   60   llvm::MachO::macho_load_command Data;
  218   static void enumeration(IO &io, MachO::LoadCommandType &value) {
include/llvm/Support/YAMLTraits.h
  793   void enumCase(T &Val, const char* Str, const T ConstVal) {
lib/ObjectYAML/MachOEmitter.cpp
  208 void MachOWriter::writeLoadCommands(raw_ostream &OS) {
lib/ObjectYAML/MachOYAML.cpp
  387 void MappingTraits<MachO::linkedit_data_command>::mapping(
tools/llvm-objcopy/MachO/MachOWriter.cpp
  150   for (const auto &LC : O.LoadCommands) {
tools/llvm-objcopy/MachO/Object.h
   77   ArrayRef<uint8_t> Payload;
tools/obj2yaml/macho2yaml.cpp
  121 const char *MachODumper::processLoadCommandData(
  217   for (auto LoadCmd : Obj.load_commands()) {
usr/include/assert.h
   69 extern void __assert_fail (const char *__assertion, const char *__file,