HomeSort by relevance Sort by last modified time
    Searched refs:UNW_ChainInfo (Results 1 - 4 of 4) 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 164 flags |= Win64EH::UNW_ChainInfo << 3;
206 if (flags & (Win64EH::UNW_ChainInfo << 3))
  /external/llvm/tools/llvm-readobj/
Win64EHDumper.cpp 23 { "ChainInfo" , UNW_ChainInfo }
268 } else if (UI.getFlags() & UNW_ChainInfo) {
  /external/llvm/tools/llvm-objdump/
COFFDump.cpp 421 if (UI->getFlags() & UNW_ChainInfo)
422 outs() << " UNW_ChainInfo";
437 } else if (UI->getFlags() & UNW_ChainInfo) {

Completed in 101 milliseconds