Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DProcess.cpp95 [[noreturn]] void Process::Exit(int RetCode, bool NoCleanup) { in Exit() argument
99 if (NoCleanup) in Exit()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DProcess.h216 [[noreturn]] static void Exit(int RetCode, bool NoCleanup = false);