HomeSort by relevance Sort by last modified time
    Searched refs:CleanupInstaller (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ToolOutputFile.h 31 class CleanupInstaller {
38 explicit CleanupInstaller(const char *filename);
39 ~CleanupInstaller();
  /external/llvm/include/llvm/Support/
ToolOutputFile.h 31 class CleanupInstaller {
38 explicit CleanupInstaller(StringRef ilename);
39 ~CleanupInstaller();
  /external/llvm/lib/Support/
ToolOutputFile.cpp 19 tool_output_file::CleanupInstaller::CleanupInstaller(StringRef Filename)
26 tool_output_file::CleanupInstaller::~CleanupInstaller() {
  /external/swiftshader/third_party/LLVM/lib/Support/
ToolOutputFile.cpp 18 tool_output_file::CleanupInstaller::CleanupInstaller(const char *filename)
25 tool_output_file::CleanupInstaller::~CleanupInstaller() {

Completed in 50 milliseconds