Home
last modified time | relevance | path

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

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