Searched full:seh (Results 1 – 25 of 427) sorted by relevance
12345678910>>...18
86 self.assert_('SEH exception with code 0x2a thrown '89 self.assert_('SEH exception with code 0x2a thrown '92 self.assert_('SEH exception with code 0x2a thrown in SetUpTestSuite()'94 self.assert_('SEH exception with code 0x2a thrown in TearDownTestSuite()'96 self.assert_('SEH exception with code 0x2a thrown in SetUp()'98 self.assert_('SEH exception with code 0x2a thrown in TearDown()'100 self.assert_('SEH exception with code 0x2a thrown in the test body'114 * C++ exceptions are caught and logged as C++ (not SEH) exceptions220 # Filters out SEH exception tests on Windows. Unhandled SEH exceptions222 FITLER_OUT_SEH_TESTS_FLAG = FILTER_FLAG + '=-*Seh*'
75 // Tests that enabling interception of SEH exceptions with the76 // catch_exceptions flag does not interfere with SEH exceptions being
17 …seh-rt_v5-rev0.7z curl -fSL -o c:\installers\x86_64-6.4.0-release-posix-seh-rt_v5-rev0.7z "https:/…19 md "c:\Program Files\mingw-w64\x86_64-6.4.0-posix-seh-rt_v5-rev0"21 …c:\installers\x86_64-6.4.0-release-posix-seh-rt_v5-rev0.7z -o"c:\Program Files\mingw-w64\x86_64-6.…40 - c:\installers\x86_64-6.4.0-release-posix-seh-rt_v5-rev0.7z -> appveyor.yml
11 - compiler: msvc-15-seh14 - compiler: msvc-15-seh17 - compiler: msvc-14-seh20 - compiler: msvc-14-seh
4 seh{39 seh{"sena"}
73 // True if we are processing SEH directives in an epilogue.76 // Symbol of the current epilog for which we are processing SEH directives.
11 @unittest.skipUnless('MSC' in sys.version, "SEH only supported by MSC")13 "SEH not enabled in debug builds")
84 // this occurs when using SEH on Windows with MSVC or clang-cl. in HandleCrash()181 // If _MSC_VER is defined, we must have SEH. Use it if it's available. It's way184 // internal exception handling of other libraries on that thread. SEH works427 // SEH and VEH in HandleExit()
4 seh{
263 report_fatal_error("Failed to evaluate function length in SEH unwind info"); in GetAbsDifference()507 // FIXME: This is very wrong; we emit SEH data which covers zero bytes in ARM64EmitUnwindInfo()508 // of code. But otherwise test/MC/AArch64/seh.s crashes. in ARM64EmitUnwindInfo()541 report_fatal_error("SEH unwind data splitting not yet implemented"); in ARM64EmitUnwindInfo()596 report_fatal_error("SEH unwind data splitting not yet implemented"); in ARM64EmitUnwindInfo()
144 Ս → S ; # ARMENIAN CAPITAL LETTER SEH145 ս → s ; # ARMENIAN SMALL LETTER SEH
12 set PATH=C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH:C:\Program Files\Git\usr\…
36 - Scott Hancher (seh at google dot com)
178 DenseMap<MCRegister, int> L2SEHRegs; // LLVM to SEH regs mapping415 /// mapLLVMRegToSEHReg - Used to initialize LLVM register to SEH register416 /// number mapping. By default the SEH register number is just the same516 /// Map a target register to an equivalent SEH register
483 // Given a load or a store instruction, generate an appropriate unwinding SEH500 llvm_unreachable("No SEH Opcode for this instruction"); in InsertSEH()604 // Fix up the SEH opcode associated with the save/restore instruction.611 llvm_unreachable("Fix the offset in the SEH instruction"); in fixupSEHOpcode()688 // Get rid of the SEH code associated with the old instruction. in convertCalleeSaveRestoreToSPPrePostIncDec()690 auto SEH = std::next(MBBI); in convertCalleeSaveRestoreToSPPrePostIncDec() local691 if (AArch64InstrInfo::isSEHInstruction(*SEH)) in convertCalleeSaveRestoreToSPPrePostIncDec()692 SEH->eraseFromParent(); in convertCalleeSaveRestoreToSPPrePostIncDec()715 // Generate a new SEH code that corresponds to the new instruction. in convertCalleeSaveRestoreToSPPrePostIncDec()781 "Expecting a SEH instruction"); in fixupCalleeSaveRestoreStackOffset()[all …]
53 SET "TOOLCHAIN=x86_64-7.3.0-posix-seh-rt_v5-rev0\mingw64"
50 // The two SEH personality functions can catch asynch exceptions. We assume in isAsynchronousEHPersonality()
45 /// Similar to CxxUnwindMapEntry, but supports SEH filters.