Searched defs:FileRemover (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
H A DFileUtilities.h36 /// FileRemover - This class is a simple object meant to be stack allocated.
40 class FileRemover { class in namespace:llvm
44 FileRemover() : DeleteIt(false) {} function in class:llvm::FileRemover
46 explicit FileRemover(const Twine& filename, bool deleteIt = true) function in class:llvm::FileRemover
51 ~FileRemover() {
58 /// setFile - Give ownership of the file to the FileRemover so it will
59 /// be removed when the object is destroyed. If the FileRemover already
72 /// releaseFile - Take ownership of the file away from the FileRemover so it
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DFileUtilities.h36 /// FileRemover - This class is a simple object meant to be stack allocated.
40 class FileRemover { class in namespace:llvm
44 FileRemover() : DeleteIt(false) {} function in class:llvm::FileRemover
46 explicit FileRemover(const Twine& filename, bool deleteIt = true) function in class:llvm::FileRemover
51 ~FileRemover() {
59 /// setFile - Give ownership of the file to the FileRemover so it will
60 /// be removed when the object is destroyed. If the FileRemover already
74 /// releaseFile - Take ownership of the file away from the FileRemover so it

Completed in 124 milliseconds