Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/unittests/Runtime/
H A DCrashHandlerFixture.cpp33 Fortran::runtime::Terminator::RegisterCrashHandler(CatchCrash); in SetUp()
/llvm-project-15.0.7/flang/runtime/
H A Dterminator.h41 static void RegisterCrashHandler(void (*)(const char *sourceFile,
H A Dterminator.cpp25 void Terminator::RegisterCrashHandler( in RegisterCrashHandler() function in Fortran::runtime::Terminator