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

Definitions

include/llvm/ObjectYAML/MachOYAML.h
   60   llvm::MachO::macho_load_command Data;
  114   bool IsLittleEndian;
include/llvm/Support/SwapByteOrder.h
   54 static const bool IsLittleEndianHost = !IsBigEndianHost;
lib/ObjectYAML/MachOYAML.cpp
  241     IO &IO, MachOYAML::LoadCommand &LoadCommand) {
lib/Support/raw_ostream.cpp
  242 raw_ostream &raw_ostream::write(const char *Ptr, size_t Size) {
tools/llvm-objcopy/MachO/MachOLayoutBuilder.cpp
   19   uint32_t Size = 0;
tools/llvm-objcopy/MachO/MachOReader.cpp
  118   for (auto LoadCmd : MachOObj.load_commands()) {
tools/llvm-objcopy/MachO/MachOWriter.h
   25   bool IsLittleEndian;
tools/obj2yaml/macho2yaml.cpp
  217   for (auto LoadCmd : Obj.load_commands()) {
usr/include/assert.h
   69 extern void __assert_fail (const char *__assertion, const char *__file,