Home
last modified time | relevance | path

Searched refs:twolevel_hints_command (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/Support/
DMachO.def37 HANDLE_LOAD_COMMAND(LC_TWOLEVEL_HINTS, 0x00000016u, twolevel_hints_command)
99 LOAD_COMMAND_STRUCT(twolevel_hints_command)
DMachO.h743 struct twolevel_hints_command { struct
1277 inline void swapStruct(twolevel_hints_command &C) { in swapStruct()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.def45 HANDLE_LOAD_COMMAND(LC_TWOLEVEL_HINTS, 0x00000016u, twolevel_hints_command)
109 LOAD_COMMAND_STRUCT(twolevel_hints_command)
DMachO.h746 struct twolevel_hints_command { struct
1287 inline void swapStruct(twolevel_hints_command &C) { in swapStruct()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DMachO.def45 HANDLE_LOAD_COMMAND(LC_TWOLEVEL_HINTS, 0x00000016u, twolevel_hints_command)
111 LOAD_COMMAND_STRUCT(twolevel_hints_command)
DMachO.h750 struct twolevel_hints_command { struct
1323 inline void swapStruct(twolevel_hints_command &C) { in swapStruct()
/external/llvm/lib/ObjectYAML/
DMachOYAML.cpp524 void MappingTraits<MachO::twolevel_hints_command>::mapping( in mapping()
525 IO &IO, MachO::twolevel_hints_command &LoadCommand) { in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DMachOYAML.cpp532 void MappingTraits<MachO::twolevel_hints_command>::mapping( in mapping()
533 IO &IO, MachO::twolevel_hints_command &LoadCommand) { in mapping()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DMachO.h531 struct twolevel_hints_command { struct
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DMachOObjectFile.cpp1154 if (Load.C.cmdsize != sizeof(MachO::twolevel_hints_command)) in checkTwoLevelHintsCommand()
1159 MachO::twolevel_hints_command Hints = in checkTwoLevelHintsCommand()
1160 getStruct<MachO::twolevel_hints_command>(Obj, Load.Ptr); in checkTwoLevelHintsCommand()