Searched defs:ExceptionCode (Results 1 - 3 of 3) sorted by relevance

/external/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp267 static StringRef ExceptionCodeToString(DWORD ExceptionCode) { argument
268 switch(ExceptionCode) {
515 Exception.ExceptionRecord.ExceptionCode)
516 << " (" << Exception.ExceptionRecord.ExceptionCode << ")\n";
526 Exception.ExceptionRecord.ExceptionCode)
527 << " (" << Exception.ExceptionRecord.ExceptionCode
/external/swiftshader/third_party/LLVM/utils/KillTheDoctor/
H A DKillTheDoctor.cpp305 static StringRef ExceptionCodeToString(DWORD ExceptionCode) { argument
306 switch(ExceptionCode) {
554 Exception.ExceptionRecord.ExceptionCode)
555 << " (" << Exception.ExceptionRecord.ExceptionCode << ")\n";
565 Exception.ExceptionRecord.ExceptionCode)
566 << " (" << Exception.ExceptionRecord.ExceptionCode
/external/mesa3d/src/gallium/auxiliary/util/
H A Ddbghelp.h1028 ULONG32 ExceptionCode; member in struct:_MINIDUMP_EXCEPTION

Completed in 200 milliseconds