Searched refs:sub_umbrella_command (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp499 void MappingTraits<MachO::sub_umbrella_command>::mapping(
500 IO &IO, MachO::sub_umbrella_command &LoadCommand) {
/external/llvm/include/llvm/Object/
H A DMachO.h371 MachO::sub_umbrella_command
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DMachO.h399 struct sub_umbrella_command { struct in namespace:llvm::MachO
/external/llvm/include/llvm/Support/
H A DMachO.h612 struct sub_umbrella_command { struct
1100 inline void swapStruct(sub_umbrella_command &s) {
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h613 struct sub_umbrella_command { struct
1108 inline void swapStruct(sub_umbrella_command &s) {
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp2170 MachO::sub_umbrella_command
2172 return getStruct<MachO::sub_umbrella_command>(this, L.Ptr);
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp8376 static void PrintSubUmbrellaCommand(MachO::sub_umbrella_command sub,
8380 if (sub.cmdsize < sizeof(struct MachO::sub_umbrella_command))
8969 MachO::sub_umbrella_command Sf = Obj->getSubUmbrellaCommand(Command);

Completed in 174 milliseconds