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

  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
MachOYAML.cpp 523 void MappingTraits<MachO::sub_framework_command>::mapping(
524 IO &IO, MachO::sub_framework_command &LoadCommand) {
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/mach/
loader.d 1126 struct sub_framework_command
2927 struct sub_framework_command
  /src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp 1509 if (Load.C.cmdsize < sizeof(MachO::sub_framework_command)) {
1514 MachO::sub_framework_command S =
1515 getStruct<MachO::sub_framework_command>(*this, Load.Ptr);
1517 sizeof(MachO::sub_framework_command),
1518 "sub_framework_command", S.umbrella,
4382 MachO::sub_framework_command
4384 return getStruct<MachO::sub_framework_command>(*this, L.Ptr);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
MachO.h 529 MachO::sub_framework_command
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
MachO.h 623 struct sub_framework_command { struct
1136 inline void swapStruct(sub_framework_command &s) {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 9283 static void PrintSubFrameworkCommand(MachO::sub_framework_command sub,
9287 if (sub.cmdsize < sizeof(struct MachO::sub_framework_command))
10165 MachO::sub_framework_command Sf = Obj->getSubFrameworkCommand(Command);

Completed in 29 milliseconds