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.cpp111 [[noreturn]] void Process::Exit(int RetCode, bool NoCleanup) { in Exit() argument
115 if (NoCleanup) in Exit()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DProcess.h216 [[noreturn]] static void Exit(int RetCode, bool NoCleanup = false);
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc596 llvm::sys::Process::Exit(EX_IOERR, /*NoCleanup=*/true);