Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DProcess.cpp110 [[noreturn]] void Process::Exit(int RetCode, bool NoCleanup) { in Exit() argument
114 if (NoCleanup) in Exit()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DProcess.h217 [[noreturn]] LLVM_ABI static void Exit(int RetCode, bool NoCleanup = false);
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc537 llvm::sys::Process::Exit(EX_IOERR, /*NoCleanup=*/true);