/aosp_15_r20/external/llvm/include/llvm/Support/ |
H A D | MachO.def | 48 HANDLE_LOAD_COMMAND(LC_ENCRYPTION_INFO, 0x00000021u, encryption_info_command) 75 LOAD_COMMAND_STRUCT(encryption_info_command)
|
H A D | MachO.h | 792 struct encryption_info_command { struct 1179 inline void swapStruct(encryption_info_command &e) { in swapStruct()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | MachO.def | 58 HANDLE_LOAD_COMMAND(LC_ENCRYPTION_INFO, 0x00000021u, encryption_info_command) 85 LOAD_COMMAND_STRUCT(encryption_info_command)
|
H A D | MachO.h | 797 struct encryption_info_command { struct 1187 inline void swapStruct(encryption_info_command &e) { in swapStruct()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.def | 57 HANDLE_LOAD_COMMAND(LC_ENCRYPTION_INFO, 0x00000021u, encryption_info_command) 86 LOAD_COMMAND_STRUCT(encryption_info_command)
|
H A D | MachO.h | 807 struct encryption_info_command { struct 1216 inline void swapStruct(encryption_info_command &e) { in swapStruct()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.def | 57 HANDLE_LOAD_COMMAND(LC_ENCRYPTION_INFO, 0x00000021u, encryption_info_command) 89 LOAD_COMMAND_STRUCT(encryption_info_command)
|
H A D | MachO.h | 824 struct encryption_info_command { struct 1355 inline void swapStruct(encryption_info_command &e) { in swapStruct()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/BinaryFormat/ |
D | MachO.def | 57 HANDLE_LOAD_COMMAND(LC_ENCRYPTION_INFO, 0x00000021u, encryption_info_command) 90 LOAD_COMMAND_STRUCT(encryption_info_command)
|
D | MachO.h | 820 struct encryption_info_command { struct 1356 inline void swapStruct(encryption_info_command &e) { in swapStruct()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/BinaryFormat/ |
D | MachO.def | 57 HANDLE_LOAD_COMMAND(LC_ENCRYPTION_INFO, 0x00000021u, encryption_info_command) 90 LOAD_COMMAND_STRUCT(encryption_info_command)
|
D | MachO.h | 820 struct encryption_info_command { struct 1356 inline void swapStruct(encryption_info_command &e) { in swapStruct()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/BinaryFormat/ |
D | MachO.def | 57 HANDLE_LOAD_COMMAND(LC_ENCRYPTION_INFO, 0x00000021u, encryption_info_command) 90 LOAD_COMMAND_STRUCT(encryption_info_command)
|
D | MachO.h | 820 struct encryption_info_command { struct 1356 inline void swapStruct(encryption_info_command &e) { in swapStruct()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/BinaryFormat/ |
D | MachO.def | 57 HANDLE_LOAD_COMMAND(LC_ENCRYPTION_INFO, 0x00000021u, encryption_info_command) 90 LOAD_COMMAND_STRUCT(encryption_info_command)
|
D | MachO.h | 820 struct encryption_info_command { struct 1356 inline void swapStruct(encryption_info_command &e) { in swapStruct()
|
/aosp_15_r20/external/llvm/lib/ObjectYAML/ |
H A D | MachOYAML.cpp | 309 void MappingTraits<MachO::encryption_info_command>::mapping( in mapping() 310 IO &IO, MachO::encryption_info_command &LoadCommand) { in mapping()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | MachOYAML.cpp | 346 void MappingTraits<MachO::encryption_info_command>::mapping( in mapping() 347 IO &IO, MachO::encryption_info_command &LoadCommand) { in mapping()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/ |
H A D | MachOYAML.cpp | 400 void MappingTraits<MachO::encryption_info_command>::mapping( in mapping() 401 IO &IO, MachO::encryption_info_command &LoadCommand) { in mapping()
|
/aosp_15_r20/external/google-breakpad/src/third_party/mac_headers/mach-o/ |
H A D | loader.h | 1207 struct encryption_info_command { struct
|
/aosp_15_r20/external/llvm/include/llvm/Object/ |
H A D | MachO.h | 365 MachO::encryption_info_command
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 1484 if (Load.C.cmdsize != sizeof(MachO::encryption_info_command)) { in MachOObjectFile() 1489 MachO::encryption_info_command E = in MachOObjectFile() 1490 getStruct<MachO::encryption_info_command>(*this, Load.Ptr); in MachOObjectFile() 4361 MachO::encryption_info_command 4363 return getStruct<MachO::encryption_info_command>(*this, L.Ptr); in getEncryptionInfoCommand()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 1496 if (Load.C.cmdsize != sizeof(MachO::encryption_info_command)) { in MachOObjectFile() 1501 MachO::encryption_info_command E = in MachOObjectFile() 1502 getStruct<MachO::encryption_info_command>(*this, Load.Ptr); in MachOObjectFile() 4719 MachO::encryption_info_command 4721 return getStruct<MachO::encryption_info_command>(*this, L.Ptr); in getEncryptionInfoCommand()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | MachO.h | 524 MachO::encryption_info_command
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/ |
H A D | MachO.h | 680 MachO::encryption_info_command
|