Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DToolOutputFile.h22 class CleanupInstaller {
31 LLVM_ABI explicit CleanupInstaller(StringRef Filename);
32 LLVM_ABI ~CleanupInstaller();
45 CleanupInstaller Installer;
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DToolOutputFile.cpp20 CleanupInstaller::CleanupInstaller(StringRef Filename) in CleanupInstaller() function in CleanupInstaller
27 CleanupInstaller::~CleanupInstaller() { in ~CleanupInstaller()