Lines Matching +full:one +full:- +full:shot
1 //===-- InitLLVM.cpp -----------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
28 Outs->flush();
29 Errs->flush();
53 // not perform a sigaction() for SIGPIPE unless a one-shot handler is
54 // present, to allow long-lived processes (like lldb) to fully opt-out of
57 // Initialize the stack printer after installing the one-shot pipe signal
65 // We use UTF-8 as the internal character encoding. On z/OS, all external
78 // We use UTF-8 as the internal character encoding. On Windows,
79 // arguments passed to main() may not be encoded in UTF-8. In order
81 // Windows API to obtain arguments, convert them to UTF-8, and then
96 Argc = Args.size() - 1;