Home
last modified time | relevance | path

Searched refs:x86_exception_state_t (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/Support/
DMachO.h1654 struct x86_exception_state_t { struct
1693 inline void swapStruct(x86_exception_state_t &x) { in swapStruct()
1711 sizeof(x86_exception_state_t) / sizeof(uint32_t);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h1669 struct x86_exception_state_t { struct
1708 inline void swapStruct(x86_exception_state_t &x) { in swapStruct()
1726 sizeof(x86_exception_state_t) / sizeof(uint32_t);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h1732 struct x86_exception_state_t { struct
1771 inline void swapStruct(x86_exception_state_t &x) { in swapStruct()
1792 sizeof(x86_exception_state_t) / sizeof(uint32_t);
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
DMachO.h1883 struct x86_exception_state_t { struct
1922 inline void swapStruct(x86_exception_state_t &x) { in swapStruct()
1943 sizeof(x86_exception_state_t) / sizeof(uint32_t);
/external/llvm/tools/llvm-objdump/
DMachODump.cpp8746 struct MachO::x86_exception_state_t es; in PrintThreadCommand()
8748 if (left >= sizeof(MachO::x86_exception_state_t)) { in PrintThreadCommand()
8749 memcpy(&es, begin, sizeof(MachO::x86_exception_state_t)); in PrintThreadCommand()
8750 begin += sizeof(MachO::x86_exception_state_t); in PrintThreadCommand()
8752 memset(&es, '\0', sizeof(MachO::x86_exception_state_t)); in PrintThreadCommand()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp1088 if (state + sizeof(MachO::x86_exception_state_t) > end) in checkThreadCommand()
1092 state += sizeof(MachO::x86_exception_state_t); in checkThreadCommand()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
DMachOObjectFile.cpp1091 if (state + sizeof(MachO::x86_exception_state_t) > end) in checkThreadCommand()
1095 state += sizeof(MachO::x86_exception_state_t); in checkThreadCommand()