clang 19.0.0git
Classes | Macros | Functions
HIPUtility.cpp File Reference
#include "HIPUtility.h"
#include "Clang.h"
#include "CommonArgs.h"
#include "clang/Driver/Compilation.h"
#include "clang/Driver/Options.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Object/Archive.h"
#include "llvm/Object/ObjectFile.h"
#include "llvm/Support/MD5.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/TargetParser/Triple.h"
#include <deque>
#include <set>

Go to the source code of this file.

Classes

class  HIPUndefinedFatBinSymbols
 

Macros

#define NULL_FILE   "/dev/null"
 

Functions

static std::string normalizeForBundler (const llvm::Triple &T, bool HasTargetID)
 

Macro Definition Documentation

◆ NULL_FILE

#define NULL_FILE   "/dev/null"

Definition at line 35 of file HIPUtility.cpp.

Function Documentation

◆ normalizeForBundler()

static std::string normalizeForBundler ( const llvm::Triple &  T,
bool  HasTargetID 
)
static

Definition at line 43 of file HIPUtility.cpp.

References clang::T.