|
clang
3.8.0
|
#include "clang/Driver/Action.h"#include "llvm/ADT/StringSwitch.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/Regex.h"#include <cassert>Go to the source code of this file.
Functions | |
| static const char * | GpuArchToComputeName (const char *ArchName) |
|
static |
Definition at line 57 of file Action.cpp.
Referenced by clang::driver::CudaDeviceAction::getComputeArchName(), and clang::driver::CudaDeviceAction::IsValidGpuArchName().
1.8.6