Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DProcess.h97 LLVM_ABI static bool AreCoreFilesPrevented();
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DProcess.cpp108 bool Process::AreCoreFilesPrevented() { return coreFilesPrevented; } in AreCoreFilesPrevented() function in Process
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc803 if (!llvm::sys::Process::AreCoreFilesPrevented()) {