reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1133 inline void swapStruct(sub_framework_command &s) {
include/llvm/Object/MachO.h 528 MachO::sub_framework_command
lib/Object/MachOObjectFile.cpp68 static T getStruct(const MachOObjectFile &O, const char *P) { 70 if (P < O.getData().begin() || P + sizeof(T) > O.getData().end()) 73 T Cmd; 74 memcpy(&Cmd, P, sizeof(T)); 1505 if (Load.C.cmdsize < sizeof(MachO::sub_framework_command)) { 1510 MachO::sub_framework_command S = 1511 getStruct<MachO::sub_framework_command>(*this, Load.Ptr); 1513 sizeof(MachO::sub_framework_command), 4367 MachO::sub_framework_command 4369 return getStruct<MachO::sub_framework_command>(*this, L.Ptr);lib/ObjectYAML/MachOYAML.cpp
509 IO &IO, MachO::sub_framework_command &LoadCommand) {
tools/llvm-objdump/MachODump.cpp9268 static void PrintSubFrameworkCommand(MachO::sub_framework_command sub, 9272 if (sub.cmdsize < sizeof(struct MachO::sub_framework_command)) 10150 MachO::sub_framework_command Sf = Obj->getSubFrameworkCommand(Command);tools/obj2yaml/macho2yaml.cpp
124 return LoadCmd.Ptr + sizeof(StructType);