Home
last modified time | relevance | path

Searched refs:install_fatal_error_handler (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDErrorHandling.h44 void install_fatal_error_handler(fatal_error_handler_t handler,
56 install_fatal_error_handler(handler, user_data);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
HDErrorHandling.cpp64 void llvm::install_fatal_error_handler(fatal_error_handler_t handler, in install_fatal_error_handler() function in llvm
229 install_fatal_error_handler(bindingsErrorHandler, in LLVMInstallFatalErrorHandler()
/freebsd-13-stable/contrib/llvm-project/clang/tools/driver/
HDcc1_main.cpp272 llvm::install_fatal_error_handler(LLVMErrorHandler, in cc1_main()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDHashing.h319 reinterpret_cast<uintptr_t>(&install_fatal_error_handler)); in get_execution_seed()