Home
last modified time | relevance | path

Searched refs:x86_exception_state64_t (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/Support/
DMachO.h1580 struct x86_exception_state64_t { struct
1628 inline void swapStruct(x86_exception_state64_t &x) { in swapStruct()
1657 x86_exception_state64_t es64;
1704 sizeof(x86_exception_state64_t) / sizeof(uint32_t);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h1595 struct x86_exception_state64_t { struct
1643 inline void swapStruct(x86_exception_state64_t &x) { in swapStruct()
1672 x86_exception_state64_t es64;
1719 sizeof(x86_exception_state64_t) / sizeof(uint32_t);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DMachO.h1619 struct x86_exception_state64_t { struct
1686 inline void swapStruct(x86_exception_state64_t &x) { in swapStruct()
1716 x86_exception_state64_t es64;
1766 sizeof(x86_exception_state64_t) / sizeof(uint32_t);
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DMachODump.cpp9078 static void Print_x86_exception_state_t(MachO::x86_exception_state64_t &exc64) { in Print_x86_exception_state_t()
9375 struct MachO::x86_exception_state64_t es64; in PrintThreadCommand()
9377 if (left >= sizeof(MachO::x86_exception_state64_t)) { in PrintThreadCommand()
9378 memcpy(&es64, begin, sizeof(MachO::x86_exception_state64_t)); in PrintThreadCommand()
9379 begin += sizeof(MachO::x86_exception_state64_t); in PrintThreadCommand()
9381 memset(&es64, '\0', sizeof(MachO::x86_exception_state64_t)); in PrintThreadCommand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DMachOObjectFile.cpp1070 if (state + sizeof(MachO::x86_exception_state64_t) > end) in checkThreadCommand()
1074 state += sizeof(MachO::x86_exception_state64_t); in checkThreadCommand()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp8615 static void Print_x86_exception_state_t(MachO::x86_exception_state64_t &exc64) { in Print_x86_exception_state_t()