Options for specifying CUID used by CUDA/HIP for uniquely identifying compilation units.
More...
#include "clang/Driver/Driver.h"
Options for specifying CUID used by CUDA/HIP for uniquely identifying compilation units.
Definition at line 77 of file Driver.h.
◆ Kind
Enumerator |
---|
Hash | |
Random | |
Fixed | |
None | |
Invalid | |
Definition at line 79 of file Driver.h.
◆ CUIDOptions() [1/2]
clang::driver::CUIDOptions::CUIDOptions |
( |
| ) |
|
|
default |
◆ CUIDOptions() [2/2]
CUIDOptions::CUIDOptions |
( |
llvm::opt::DerivedArgList & | Args, |
|
|
const Driver & | D ) |
◆ getCUID()
std::string CUIDOptions::getCUID |
( |
StringRef | InputFile, |
|
|
llvm::opt::DerivedArgList & | Args ) const |
◆ isEnabled()
bool clang::driver::CUIDOptions::isEnabled |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: