HomeSort by relevance Sort by last modified time
    Searched refs:UNW_TerminateHandler (Results 1 - 20 of 20) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Win64EH.h 53 /// UNW_TerminateHandler - Specifies that this function has a termination
55 UNW_TerminateHandler = 0x02,
  /external/llvm/include/llvm/Support/
Win64EH.h 60 /// UNW_TerminateHandler - Specifies that this function has a termination
62 UNW_TerminateHandler = 0x02,
97 // If UNW_ExceptionHandler or UNW_TerminateHandler is set then follows
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Win64EH.h 60 /// UNW_TerminateHandler - Specifies that this function has a termination
62 UNW_TerminateHandler = 0x02,
97 // If UNW_ExceptionHandler or UNW_TerminateHandler is set then follows
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Win64EH.h 60 /// UNW_TerminateHandler - Specifies that this function has a termination
62 UNW_TerminateHandler = 0x02,
97 // If UNW_ExceptionHandler or UNW_TerminateHandler is set then follows
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Win64EH.h 60 /// UNW_TerminateHandler - Specifies that this function has a termination
62 UNW_TerminateHandler = 0x02,
97 // If UNW_ExceptionHandler or UNW_TerminateHandler is set then follows
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Win64EH.h 60 /// UNW_TerminateHandler - Specifies that this function has a termination
62 UNW_TerminateHandler = 0x02,
97 // If UNW_ExceptionHandler or UNW_TerminateHandler is set then follows
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Win64EH.h 60 /// UNW_TerminateHandler - Specifies that this function has a termination
62 UNW_TerminateHandler = 0x02,
97 // If UNW_ExceptionHandler or UNW_TerminateHandler is set then follows
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Win64EH.h 60 /// UNW_TerminateHandler - Specifies that this function has a termination
62 UNW_TerminateHandler = 0x02,
97 // If UNW_ExceptionHandler or UNW_TerminateHandler is set then follows
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Win64EH.h 60 /// UNW_TerminateHandler - Specifies that this function has a termination
62 UNW_TerminateHandler = 0x02,
97 // If UNW_ExceptionHandler or UNW_TerminateHandler is set then follows
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Win64EH.h 60 /// UNW_TerminateHandler - Specifies that this function has a termination
62 UNW_TerminateHandler = 0x02,
97 // If UNW_ExceptionHandler or UNW_TerminateHandler is set then follows
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Win64EH.h 60 /// UNW_TerminateHandler - Specifies that this function has a termination
62 UNW_TerminateHandler = 0x02,
97 // If UNW_ExceptionHandler or UNW_TerminateHandler is set then follows
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Win64EH.h 60 /// UNW_TerminateHandler - Specifies that this function has a termination
62 UNW_TerminateHandler = 0x02,
97 // If UNW_ExceptionHandler or UNW_TerminateHandler is set then follows
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Win64EH.h 60 /// UNW_TerminateHandler - Specifies that this function has a termination
62 UNW_TerminateHandler = 0x02,
97 // If UNW_ExceptionHandler or UNW_TerminateHandler is set then follows
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Win64EH.h 60 /// UNW_TerminateHandler - Specifies that this function has a termination
62 UNW_TerminateHandler = 0x02,
97 // If UNW_ExceptionHandler or UNW_TerminateHandler is set then follows
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Win64EH.h 60 /// UNW_TerminateHandler - Specifies that this function has a termination
62 UNW_TerminateHandler = 0x02,
97 // If UNW_ExceptionHandler or UNW_TerminateHandler is set then follows
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Win64EH.h 60 /// UNW_TerminateHandler - Specifies that this function has a termination
62 UNW_TerminateHandler = 0x02,
97 // If UNW_ExceptionHandler or UNW_TerminateHandler is set then follows
  /external/llvm/lib/MC/
MCWin64EH.cpp 168 flags |= Win64EH::UNW_TerminateHandler << 3;
209 ((Win64EH::UNW_TerminateHandler|Win64EH::UNW_ExceptionHandler) << 3))
  /external/llvm/tools/llvm-readobj/
Win64EHDumper.cpp 22 { "TerminateHandler", UNW_TerminateHandler },
269 if (UI.getFlags() & (UNW_ExceptionHandler | UNW_TerminateHandler)) {
  /external/swiftshader/third_party/LLVM/lib/MC/
MCWin64EH.cpp 157 flags |= Win64EH::UNW_TerminateHandler << 3;
191 ((Win64EH::UNW_TerminateHandler|Win64EH::UNW_ExceptionHandler) << 3))
  /external/llvm/tools/llvm-objdump/
COFFDump.cpp 484 if (UI->getFlags() & UNW_TerminateHandler)
485 outs() << " UNW_TerminateHandler";
500 if (UI->getFlags() & (UNW_ExceptionHandler | UNW_TerminateHandler)) {

Completed in 434 milliseconds