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

  /external/llvm/include/llvm/Support/
Win64EH.h 50 /// UNW_ExceptionHandler - Specifies that this function has an exception
52 UNW_ExceptionHandler = 0x01,
  /external/llvm/lib/MC/
MCWin64EH.cpp 159 flags |= Win64EH::UNW_ExceptionHandler << 3;
191 ((Win64EH::UNW_TerminateHandler|Win64EH::UNW_ExceptionHandler) << 3))

Completed in 204 milliseconds