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

  /external/llvm/include/llvm/Support/
Win64EH.h 56 /// UNW_ChainInfo - Specifies that this UnwindInfo structure is chained to
58 UNW_ChainInfo = 0x04
  /external/llvm/lib/MC/
MCWin64EH.cpp 154 flags |= Win64EH::UNW_ChainInfo << 3;
188 if (flags & (Win64EH::UNW_ChainInfo << 3))

Completed in 29 milliseconds