|
clang 22.0.0git
|
Classes | |
| class | Assembler |
| class | Linker |
| class | Translator |
Functions | |
| void | constructTranslateCommand (Compilation &C, const Tool &T, const JobAction &JA, const InputInfo &Output, const InputInfo &Input, const llvm::opt::ArgStringList &Args) |
| void | constructAssembleCommand (Compilation &C, const Tool &T, const JobAction &JA, const InputInfo &Output, const InputInfo &Input, const llvm::opt::ArgStringList &Args) |
| void clang::driver::tools::SPIRV::constructAssembleCommand | ( | Compilation & | C, |
| const Tool & | T, | ||
| const JobAction & | JA, | ||
| const InputInfo & | Output, | ||
| const InputInfo & | Input, | ||
| const llvm::opt::ArgStringList & | Args ) |
Definition at line 48 of file SPIRV.cpp.
References clang::C, clang::driver::InputInfo::getFilename(), clang::driver::InputInfo::getType(), clang::driver::ResponseFileSupport::None(), s, and clang::T.
Referenced by clang::driver::tools::SPIRV::Assembler::ConstructJob().
| void clang::driver::tools::SPIRV::constructTranslateCommand | ( | Compilation & | C, |
| const Tool & | T, | ||
| const JobAction & | JA, | ||
| const InputInfo & | Output, | ||
| const InputInfo & | Input, | ||
| const llvm::opt::ArgStringList & | Args ) |
Definition at line 20 of file SPIRV.cpp.
References clang::C, clang::driver::InputInfo::getFilename(), clang::driver::InputInfo::getType(), clang::driver::ResponseFileSupport::None(), s, and clang::T.
Referenced by clang::driver::tools::SPIRV::Translator::ConstructJob().