|
clang 23.0.0git
|
#include "AMDGPU.h"#include "clang/Basic/TargetID.h"#include "clang/Config/config.h"#include "clang/Driver/CommonArgs.h"#include "clang/Driver/Compilation.h"#include "clang/Driver/InputInfo.h"#include "clang/Driver/SanitizerArgs.h"#include "clang/Options/Options.h"#include "llvm/ADT/SmallSet.h"#include "llvm/ADT/StringExtras.h"#include "llvm/Option/ArgList.h"#include "llvm/Support/Error.h"#include "llvm/Support/LineIterator.h"#include "llvm/Support/Path.h"#include "llvm/Support/Process.h"#include "llvm/Support/VirtualFileSystem.h"#include "llvm/TargetParser/AMDGPUTargetParser.h"#include "llvm/TargetParser/Host.h"#include <optional>#include <system_error>Go to the source code of this file.
Functions | |
| static bool | isXnackAvailable (const llvm::Triple &TT, llvm::StringRef TargetID) |
|
static |
Definition at line 1094 of file AMDGPU.cpp.
References clang::getProcessorFromTargetID(), and clang::parseTargetID().
Referenced by clang::driver::toolchains::AMDGPUToolChain::getSanitizerRequirement(), and clang::driver::toolchains::AMDGPUToolChain::getSupportedSanitizers().