Searched refs:RemoveFileOnSignal (Results 1 – 9 of 9) sorted by relevance
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | Signals.h | 33 bool RemoveFileOnSignal(StringRef Filename, std::string* ErrMsg = nullptr);
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | ToolOutputFile.cpp | 24 sys::RemoveFileOnSignal(Filename); in CleanupInstaller()
|
H A D | LockFileManager.cpp | 142 sys::RemoveFileOnSignal(Filename, nullptr); in RemoveUniqueLockFileOnSignal()
|
H A D | Path.cpp | 1356 if (SetSignalHandler && sys::RemoveFileOnSignal(ResultPath)) { in create()
|
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/ |
H A D | CompilerInstance.h | 707 bool RemoveFileOnSignal = true, bool CreateMissingDirectories = false, 715 createOutputFile(StringRef OutputPath, bool Binary, bool RemoveFileOnSignal, 738 bool RemoveFileOnSignal, bool UseTemporary,
|
/openbsd-src/gnu/llvm/clang/lib/Frontend/ |
H A D | CompilerInstance.cpp | 805 bool Binary, StringRef InFile, StringRef Extension, bool RemoveFileOnSignal, in createDefaultOutputFile() argument 819 return createOutputFile(OutputPath, Binary, RemoveFileOnSignal, in createDefaultOutputFile() 830 bool RemoveFileOnSignal, bool UseTemporary, in createOutputFile() argument 833 createOutputFileImpl(OutputPath, Binary, RemoveFileOnSignal, UseTemporary, in createOutputFile() 844 bool RemoveFileOnSignal, in createOutputFileImpl() argument 2183 llvm::sys::RemoveFileOnSignal(ModuleFileName); in createModuleFromSource()
|
/openbsd-src/gnu/llvm/clang/tools/driver/ |
H A D | cc1as_main.cpp | 362 sys::RemoveFileOnSignal(Path); in getOutputStream()
|
/openbsd-src/gnu/llvm/llvm/lib/Support/Unix/ |
H A D | Signals.inc | 443 bool llvm::sys::RemoveFileOnSignal(StringRef Filename, std::string *ErrMsg) {
|
/openbsd-src/gnu/llvm/llvm/lib/Support/Windows/ |
H A D | Signals.inc | 462 bool sys::RemoveFileOnSignal(StringRef Filename, std::string *ErrMsg) {
|