Searched refs:UNW_ChainInfo (Results 1 - 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DWin64EH.h56 /// UNW_ChainInfo - Specifies that this UnwindInfo structure is chained to
58 UNW_ChainInfo = 0x04 enumerator in enum:llvm::Win64EH::__anon22525
/external/llvm/include/llvm/Support/
H A DWin64EH.h63 /// UNW_ChainInfo - Specifies that this UnwindInfo structure is chained to
65 UNW_ChainInfo = 0x04 enumerator in enum:llvm::Win64EH::__anon13772
99 // If UNW_ChainInfo is set then follows a RuntimeFunction which defines
/external/llvm/lib/MC/
H A DMCWin64EH.cpp165 flags |= Win64EH::UNW_ChainInfo << 3;
206 if (flags & (Win64EH::UNW_ChainInfo << 3))
/external/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp23 { "ChainInfo" , UNW_ChainInfo }
273 } else if (UI.getFlags() & UNW_ChainInfo) {
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCWin64EH.cpp154 flags |= Win64EH::UNW_ChainInfo << 3;
188 if (flags & (Win64EH::UNW_ChainInfo << 3))
/external/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp486 if (UI->getFlags() & UNW_ChainInfo)
487 outs() << " UNW_ChainInfo";
502 } else if (UI->getFlags() & UNW_ChainInfo) {

Completed in 132 milliseconds