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

  /external/llvm/lib/Support/
CrashRecoveryContext.cpp 58 void HandleCrash() {
181 const_cast<CrashRecoveryContextImpl*>(CRCI)->HandleCrash();
183 // Note that we don't actually get here because HandleCrash calls
184 // longjmp, which means the HandleCrash function never returns.
235 // crash recovery context, and install signal handlers to invoke HandleCrash on
278 const_cast<CrashRecoveryContextImpl*>(CRCI)->HandleCrash();
331 void CrashRecoveryContext::HandleCrash() {
334 CRCI->HandleCrash();
  /external/swiftshader/third_party/LLVM/lib/Support/
CrashRecoveryContext.cpp 41 void HandleCrash() {
163 const_cast<CrashRecoveryContextImpl*>(CRCI)->HandleCrash();
165 // Note that we don't actually get here because HandleCrash calls
166 // longjmp, which means the HandleCrash function never returns.
218 // crash recovery context, and install signal handlers to invoke HandleCrash on
260 const_cast<CrashRecoveryContextImpl*>(CRCI)->HandleCrash();
317 void CrashRecoveryContext::HandleCrash() {
320 CRCI->HandleCrash();
  /external/llvm/include/llvm/Support/
CrashRecoveryContext.h 70 /// function crashed (or HandleCrash was called explicitly). Clients should
94 void HandleCrash();
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CrashRecoveryContext.h 74 /// function crashed (or HandleCrash was called explicitly). Clients should
90 void HandleCrash();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
CrashRecoveryContext.h 70 /// function crashed (or HandleCrash was called explicitly). Clients should
94 void HandleCrash();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
CrashRecoveryContext.h 70 /// function crashed (or HandleCrash was called explicitly). Clients should
94 void HandleCrash();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
CrashRecoveryContext.h 70 /// function crashed (or HandleCrash was called explicitly). Clients should
94 void HandleCrash();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
CrashRecoveryContext.h 70 /// function crashed (or HandleCrash was called explicitly). Clients should
94 void HandleCrash();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
CrashRecoveryContext.h 70 /// function crashed (or HandleCrash was called explicitly). Clients should
94 void HandleCrash();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
CrashRecoveryContext.h 70 /// function crashed (or HandleCrash was called explicitly). Clients should
94 void HandleCrash();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
CrashRecoveryContext.h 70 /// function crashed (or HandleCrash was called explicitly). Clients should
94 void HandleCrash();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
CrashRecoveryContext.h 70 /// function crashed (or HandleCrash was called explicitly). Clients should
94 void HandleCrash();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
CrashRecoveryContext.h 70 /// function crashed (or HandleCrash was called explicitly). Clients should
94 void HandleCrash();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
CrashRecoveryContext.h 70 /// function crashed (or HandleCrash was called explicitly). Clients should
94 void HandleCrash();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
CrashRecoveryContext.h 70 /// function crashed (or HandleCrash was called explicitly). Clients should
94 void HandleCrash();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
CrashRecoveryContext.h 70 /// function crashed (or HandleCrash was called explicitly). Clients should
94 void HandleCrash();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
CrashRecoveryContext.h 70 /// function crashed (or HandleCrash was called explicitly). Clients should
94 void HandleCrash();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
CrashRecoveryContext.h 70 /// function crashed (or HandleCrash was called explicitly). Clients should
94 void HandleCrash();
  /external/clang/lib/Lex/
Pragma.cpp 913 CRC->HandleCrash();
    [all...]

Completed in 324 milliseconds