|
clang 22.0.0git
|
Functions | |
| const char * | getTempFile (Compilation &C, StringRef Prefix, StringRef Extension) |
| void | constructHIPFatbinCommand (Compilation &C, const JobAction &JA, StringRef OutputFileName, const InputInfoList &Inputs, const llvm::opt::ArgList &TCArgs, const Tool &T) |
| void | constructGenerateObjFileFromHIPFatBinary (Compilation &C, const InputInfo &Output, const InputInfoList &Inputs, const llvm::opt::ArgList &Args, const JobAction &JA, const Tool &T) |
| void clang::driver::tools::HIP::constructGenerateObjFileFromHIPFatBinary | ( | Compilation & | C, |
| const InputInfo & | Output, | ||
| const InputInfoList & | Inputs, | ||
| const llvm::opt::ArgList & | Args, | ||
| const JobAction & | JA, | ||
| const Tool & | T ) |
References clang::C, and clang::T.
Referenced by clang::driver::tools::AMDGCN::Linker::ConstructJob(), and clang::driver::tools::HIPSPV::Linker::ConstructJob().
| void clang::driver::tools::HIP::constructHIPFatbinCommand | ( | Compilation & | C, |
| const JobAction & | JA, | ||
| StringRef | OutputFileName, | ||
| const InputInfoList & | Inputs, | ||
| const llvm::opt::ArgList & | TCArgs, | ||
| const Tool & | T ) |
References clang::C, and clang::T.
Referenced by clang::driver::tools::AMDGCN::Linker::ConstructJob(), and clang::driver::tools::HIPSPV::Linker::ConstructJob().
| const char * clang::driver::tools::HIP::getTempFile | ( | Compilation & | C, |
| StringRef | Prefix, | ||
| StringRef | Extension ) |
Definition at line 478 of file HIPUtility.cpp.
References clang::C.