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

  /external/llvm/include/llvm/Support/
Win64EH.h 63 /// UNW_ChainInfo - Specifies that this UnwindInfo structure is chained to
65 UNW_ChainInfo = 0x04
99 // If UNW_ChainInfo is set then follows a RuntimeFunction which defines
  /external/llvm/lib/MC/
MCWin64EH.cpp 154 flags |= Win64EH::UNW_ChainInfo << 3;
188 if (flags & (Win64EH::UNW_ChainInfo << 3))
  /external/llvm/tools/llvm-objdump/
COFFDump.cpp 320 if (UI->getFlags() & UNW_ChainInfo)
321 outs() << " UNW_ChainInfo";
341 } else if (UI->getFlags() & UNW_ChainInfo) {

Completed in 705 milliseconds