Home
last modified time | relevance | path

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

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