Home
last modified time | relevance | path

Searched refs:encryption_info_command (Results 1 – 14 of 14) sorted by relevance

/external/llvm/include/llvm/Support/
DMachO.def48 HANDLE_LOAD_COMMAND(LC_ENCRYPTION_INFO, 0x00000021u, encryption_info_command)
75 LOAD_COMMAND_STRUCT(encryption_info_command)
DMachO.h792 struct encryption_info_command { struct
1179 inline void swapStruct(encryption_info_command &e) { in swapStruct()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.def58 HANDLE_LOAD_COMMAND(LC_ENCRYPTION_INFO, 0x00000021u, encryption_info_command)
85 LOAD_COMMAND_STRUCT(encryption_info_command)
DMachO.h797 struct encryption_info_command { struct
1187 inline void swapStruct(encryption_info_command &e) { in swapStruct()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.def57 HANDLE_LOAD_COMMAND(LC_ENCRYPTION_INFO, 0x00000021u, encryption_info_command)
86 LOAD_COMMAND_STRUCT(encryption_info_command)
DMachO.h807 struct encryption_info_command { struct
1216 inline void swapStruct(encryption_info_command &e) { in swapStruct()
/external/llvm/lib/ObjectYAML/
DMachOYAML.cpp309 void MappingTraits<MachO::encryption_info_command>::mapping( in mapping()
310 IO &IO, MachO::encryption_info_command &LoadCommand) { in mapping()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMachOYAML.cpp346 void MappingTraits<MachO::encryption_info_command>::mapping( in mapping()
347 IO &IO, MachO::encryption_info_command &LoadCommand) { in mapping()
/external/google-breakpad/src/third_party/mac_headers/mach-o/
Dloader.h1162 struct encryption_info_command { struct
/external/llvm/include/llvm/Object/
DMachO.h365 MachO::encryption_info_command
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DMachO.h524 MachO::encryption_info_command
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp1484 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()
/external/llvm/lib/Object/
DMachOObjectFile.cpp2155 MachO::encryption_info_command
2157 return getStruct<MachO::encryption_info_command>(this, L.Ptr); in getEncryptionInfoCommand()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp8286 static void PrintEncryptionInfoCommand(MachO::encryption_info_command ec, in PrintEncryptionInfoCommand()
8290 if (ec.cmdsize != sizeof(struct MachO::encryption_info_command)) in PrintEncryptionInfoCommand()
8954 MachO::encryption_info_command Ei = in PrintLoadCommands()