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

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Win64EH.h 50 /// UNW_ExceptionHandler - Specifies that this function has an exception
52 UNW_ExceptionHandler = 0x01,
  /external/llvm/include/llvm/Support/
Win64EH.h 57 /// UNW_ExceptionHandler - Specifies that this function has an exception
59 UNW_ExceptionHandler = 0x01,
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 57 /// UNW_ExceptionHandler - Specifies that this function has an exception
59 UNW_ExceptionHandler = 0x01,
97 // If UNW_ExceptionHandler or UNW_TerminateHandler is set then follows
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Win64EH.h 57 /// UNW_ExceptionHandler - Specifies that this function has an exception
59 UNW_ExceptionHandler = 0x01,
97 // If UNW_ExceptionHandler or UNW_TerminateHandler is set then follows
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Win64EH.h 57 /// UNW_ExceptionHandler - Specifies that this function has an exception
59 UNW_ExceptionHandler = 0x01,
97 // If UNW_ExceptionHandler or UNW_TerminateHandler is set then follows
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Win64EH.h 57 /// UNW_ExceptionHandler - Specifies that this function has an exception
59 UNW_ExceptionHandler = 0x01,
97 // If UNW_ExceptionHandler or UNW_TerminateHandler is set then follows
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Win64EH.h 57 /// UNW_ExceptionHandler - Specifies that this function has an exception
59 UNW_ExceptionHandler = 0x01,
97 // If UNW_ExceptionHandler or UNW_TerminateHandler is set then follows
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Win64EH.h 57 /// UNW_ExceptionHandler - Specifies that this function has an exception
59 UNW_ExceptionHandler = 0x01,
97 // If UNW_ExceptionHandler or UNW_TerminateHandler is set then follows
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Win64EH.h 57 /// UNW_ExceptionHandler - Specifies that this function has an exception
59 UNW_ExceptionHandler = 0x01,
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 57 /// UNW_ExceptionHandler - Specifies that this function has an exception
59 UNW_ExceptionHandler = 0x01,
97 // If UNW_ExceptionHandler or UNW_TerminateHandler is set then follows
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Win64EH.h 57 /// UNW_ExceptionHandler - Specifies that this function has an exception
59 UNW_ExceptionHandler = 0x01,
97 // If UNW_ExceptionHandler or UNW_TerminateHandler is set then follows
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Win64EH.h 57 /// UNW_ExceptionHandler - Specifies that this function has an exception
59 UNW_ExceptionHandler = 0x01,
97 // If UNW_ExceptionHandler or UNW_TerminateHandler is set then follows
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Win64EH.h 57 /// UNW_ExceptionHandler - Specifies that this function has an exception
59 UNW_ExceptionHandler = 0x01,
97 // If UNW_ExceptionHandler or UNW_TerminateHandler is set then follows
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Win64EH.h 57 /// UNW_ExceptionHandler - Specifies that this function has an exception
59 UNW_ExceptionHandler = 0x01,
97 // If UNW_ExceptionHandler or UNW_TerminateHandler is set then follows
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Win64EH.h 57 /// UNW_ExceptionHandler - Specifies that this function has an exception
59 UNW_ExceptionHandler = 0x01,
97 // If UNW_ExceptionHandler or UNW_TerminateHandler is set then follows
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Win64EH.h 57 /// UNW_ExceptionHandler - Specifies that this function has an exception
59 UNW_ExceptionHandler = 0x01,
97 // If UNW_ExceptionHandler or UNW_TerminateHandler is set then follows
  /external/llvm/lib/MC/
MCWin64EH.cpp 170 flags |= Win64EH::UNW_ExceptionHandler << 3;
209 ((Win64EH::UNW_TerminateHandler|Win64EH::UNW_ExceptionHandler) << 3))
  /external/llvm/tools/llvm-readobj/
Win64EHDumper.cpp 21 { "ExceptionHandler", UNW_ExceptionHandler },
269 if (UI.getFlags() & (UNW_ExceptionHandler | UNW_TerminateHandler)) {
  /external/swiftshader/third_party/LLVM/lib/MC/
MCWin64EH.cpp 159 flags |= Win64EH::UNW_ExceptionHandler << 3;
191 ((Win64EH::UNW_TerminateHandler|Win64EH::UNW_ExceptionHandler) << 3))
  /external/llvm/tools/llvm-objdump/
COFFDump.cpp 482 if (UI->getFlags() & UNW_ExceptionHandler)
483 outs() << " UNW_ExceptionHandler";
500 if (UI->getFlags() & (UNW_ExceptionHandler | UNW_TerminateHandler)) {

Completed in 934 milliseconds