clang 20.0.0git
|
#include "HIPAMD.h"
#include "AMDGPU.h"
#include "CommonArgs.h"
#include "HIPUtility.h"
#include "SPIRV.h"
#include "clang/Basic/Cuda.h"
#include "clang/Basic/TargetID.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 "clang/Driver/SanitizerArgs.h"
#include "llvm/Support/Alignment.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Path.h"
#include "llvm/TargetParser/TargetParser.h"
Go to the source code of this file.
Macros | |
#define | NULL_FILE "/dev/null" |
Functions | |
static bool | shouldSkipSanitizeOption (const ToolChain &TC, const llvm::opt::ArgList &DriverArgs, StringRef TargetID, const llvm::opt::Arg *A) |
#define NULL_FILE "/dev/null" |
Definition at line 36 of file HIPAMD.cpp.
|
static |
Definition at line 39 of file HIPAMD.cpp.
References clang::driver::Driver::getDiags(), clang::driver::ToolChain::getDriver(), clang::driver::ToolChain::getTriple(), Loc, clang::parseSanitizerValue(), and clang::parseTargetID().
Referenced by clang::driver::toolchains::HIPAMDToolChain::TranslateArgs().