clang 19.0.0git
Macros | Functions
HIPAMD.cpp File Reference
#include "HIPAMD.h"
#include "AMDGPU.h"
#include "CommonArgs.h"
#include "HIPUtility.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)
 

Macro Definition Documentation

◆ NULL_FILE

#define NULL_FILE   "/dev/null"

Definition at line 35 of file HIPAMD.cpp.

Function Documentation

◆ shouldSkipSanitizeOption()

static bool shouldSkipSanitizeOption ( const ToolChain TC,
const llvm::opt::ArgList &  DriverArgs,
StringRef  TargetID,
const llvm::opt::Arg *  A 
)
static