Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DMachO.def61 encryption_info_command_64)
76 LOAD_COMMAND_STRUCT(encryption_info_command_64)
DMachO.h800 struct encryption_info_command_64 { struct
1187 inline void swapStruct(encryption_info_command_64 &e) { in swapStruct()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.def71 encryption_info_command_64)
86 LOAD_COMMAND_STRUCT(encryption_info_command_64)
DMachO.h805 struct encryption_info_command_64 { struct
1195 inline void swapStruct(encryption_info_command_64 &e) { in swapStruct()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DMachO.def71 encryption_info_command_64)
88 LOAD_COMMAND_STRUCT(encryption_info_command_64)
DMachO.h808 struct encryption_info_command_64 { struct
1212 inline void swapStruct(encryption_info_command_64 &e) { in swapStruct()
/external/llvm/lib/ObjectYAML/
DMachOYAML.cpp317 void MappingTraits<MachO::encryption_info_command_64>::mapping( in mapping()
318 IO &IO, MachO::encryption_info_command_64 &LoadCommand) { in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DMachOYAML.cpp345 void MappingTraits<MachO::encryption_info_command_64>::mapping( in mapping()
346 IO &IO, MachO::encryption_info_command_64 &LoadCommand) { in mapping()
/external/llvm/include/llvm/Object/
DMachO.h367 MachO::encryption_info_command_64
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DMachO.h533 MachO::encryption_info_command_64
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DMachOObjectFile.cpp1450 if (Load.C.cmdsize != sizeof(MachO::encryption_info_command_64)) { in MachOObjectFile()
1455 MachO::encryption_info_command_64 E = in MachOObjectFile()
1456 getStruct<MachO::encryption_info_command_64>(*this, Load.Ptr); in MachOObjectFile()
4344 MachO::encryption_info_command_64
4346 return getStruct<MachO::encryption_info_command_64>(*this, L.Ptr); in getEncryptionInfoCommand64()
/external/llvm/lib/Object/
DMachOObjectFile.cpp2160 MachO::encryption_info_command_64
2162 return getStruct<MachO::encryption_info_command_64>(this, L.Ptr); in getEncryptionInfoCommand64()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp8307 static void PrintEncryptionInfoCommand64(MachO::encryption_info_command_64 ec, in PrintEncryptionInfoCommand64()
8311 if (ec.cmdsize != sizeof(struct MachO::encryption_info_command_64)) in PrintEncryptionInfoCommand64()
8958 MachO::encryption_info_command_64 Ei = in PrintLoadCommands()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DMachODump.cpp8751 static void PrintEncryptionInfoCommand64(MachO::encryption_info_command_64 ec, in PrintEncryptionInfoCommand64()
8755 if (ec.cmdsize != sizeof(struct MachO::encryption_info_command_64)) in PrintEncryptionInfoCommand64()
9677 MachO::encryption_info_command_64 Ei = in PrintLoadCommands()