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.h21 class CleanupInstaller {
30 explicit CleanupInstaller(StringRef Filename);
31 ~CleanupInstaller();
44 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()