Home
last modified time | relevance | path

Searched refs:DumpStackAndCleanupOnFailure (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h115 bool DumpStackAndCleanupOnFailure = false; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCrashRecoveryContext.cpp72 if (CRC->DumpStackAndCleanupOnFailure) in HandleCrash()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DJob.cpp397 CRC.DumpStackAndCleanupOnFailure = true; in Execute()