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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DWin64EH.h50 /// UNW_ExceptionHandler - Specifies that this function has an exception
52 UNW_ExceptionHandler = 0x01, enumerator in enum:llvm::Win64EH::__anon22525
/external/llvm/include/llvm/Support/
H A DWin64EH.h57 /// UNW_ExceptionHandler - Specifies that this function has an exception
59 UNW_ExceptionHandler = 0x01, enumerator in enum:llvm::Win64EH::__anon13772
97 // If UNW_ExceptionHandler or UNW_TerminateHandler is set then follows
/external/llvm/lib/MC/
H A DMCWin64EH.cpp170 flags |= Win64EH::UNW_ExceptionHandler << 3;
209 ((Win64EH::UNW_TerminateHandler|Win64EH::UNW_ExceptionHandler) << 3))
/external/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp21 { "ExceptionHandler", UNW_ExceptionHandler },
269 if (UI.getFlags() & (UNW_ExceptionHandler | UNW_TerminateHandler)) {
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCWin64EH.cpp159 flags |= Win64EH::UNW_ExceptionHandler << 3;
191 ((Win64EH::UNW_TerminateHandler|Win64EH::UNW_ExceptionHandler) << 3))
/external/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp482 if (UI->getFlags() & UNW_ExceptionHandler)
483 outs() << " UNW_ExceptionHandler";
500 if (UI->getFlags() & (UNW_ExceptionHandler | UNW_TerminateHandler)) {

Completed in 52 milliseconds