#include "HIPSPV.h"
#include "CommonArgs.h"
#include "HIPUtility.h"
#include "clang/Driver/Compilation.h"
#include "clang/Driver/Driver.h"
#include "clang/Driver/DriverDiagnostic.h"
#include "clang/Driver/InputInfo.h"
#include "clang/Driver/Options.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Path.h"
Go to the source code of this file.
◆ findPassPlugin()
static std::string findPassPlugin |
( |
const Driver & |
D, |
|
|
const llvm::opt::ArgList & |
Args |
|
) |
| |
|
static |
◆ getTempFile()
static const char * getTempFile |
( |
Compilation & |
C, |
|
|
StringRef |
Prefix, |
|
|
StringRef |
Extension |
|
) |
| |
|
static |