HomeSort by: relevance | last modified time | path
    Searched refs:sub_umbrella_command (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
MachOYAML.cpp 533 void MappingTraits<MachO::sub_umbrella_command>::mapping(
534 IO &IO, MachO::sub_umbrella_command &LoadCommand) {
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/mach/
loader.d 1174 struct sub_umbrella_command
2941 struct sub_umbrella_command
  /src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp 1522 if (Load.C.cmdsize < sizeof(MachO::sub_umbrella_command)) {
1527 MachO::sub_umbrella_command S =
1528 getStruct<MachO::sub_umbrella_command>(*this, Load.Ptr);
1530 sizeof(MachO::sub_umbrella_command),
1531 "sub_umbrella_command", S.sub_umbrella,
4387 MachO::sub_umbrella_command
4389 return getStruct<MachO::sub_umbrella_command>(*this, L.Ptr);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
MachO.h 531 MachO::sub_umbrella_command
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
MachO.h 635 struct sub_umbrella_command { struct
1142 inline void swapStruct(sub_umbrella_command &s) {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 9299 static void PrintSubUmbrellaCommand(MachO::sub_umbrella_command sub,
9303 if (sub.cmdsize < sizeof(struct MachO::sub_umbrella_command))
10168 MachO::sub_umbrella_command Sf = Obj->getSubUmbrellaCommand(Command);

Completed in 90 milliseconds