Home
last modified time | relevance | path

Searched refs:x86_exception_state_t (Results 1 – 6 of 6) 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-7.0/llvm/include/llvm/BinaryFormat/
DMachO.h1713 struct x86_exception_state_t { struct
1752 inline void swapStruct(x86_exception_state_t &x) { in swapStruct()
1773 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-7.0/llvm/tools/llvm-objdump/
DMachODump.cpp9344 struct MachO::x86_exception_state_t es; in PrintThreadCommand()
9346 if (left >= sizeof(MachO::x86_exception_state_t)) { in PrintThreadCommand()
9347 memcpy(&es, begin, sizeof(MachO::x86_exception_state_t)); in PrintThreadCommand()
9348 begin += sizeof(MachO::x86_exception_state_t); in PrintThreadCommand()
9350 memset(&es, '\0', sizeof(MachO::x86_exception_state_t)); in PrintThreadCommand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DMachOObjectFile.cpp1046 if (state + sizeof(MachO::x86_exception_state_t) > end) in checkThreadCommand()
1050 state += sizeof(MachO::x86_exception_state_t); in checkThreadCommand()