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

  /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
  /external/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 316 if (UI->getFlags() & UNW_ExceptionHandler)
317 outs() << " UNW_ExceptionHandler";
339 if (UI->getFlags() & (UNW_ExceptionHandler | UNW_TerminateHandler)) {

Completed in 522 milliseconds