| /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
| Flang.cpp | 51 void Flang::ConstructJob(Compilation &C, const JobAction &JA, 71 if (isa<PreprocessJobAction>(JA)) { 73 } else if (isa<CompileJobAction>(JA) || isa<BackendJobAction>(JA)) { 74 if (JA.getType() == types::TY_Nothing) { 76 } else if (JA.getType() == types::TY_AST) { 78 } else if (JA.getType() == types::TY_LLVM_IR || 79 JA.getType() == types::TY_LTO_IR) { 81 } else if (JA.getType() == types::TY_LLVM_BC || 82 JA.getType() == types::TY_LTO_BC) [all...] |
| InterfaceStubs.h | 26 void ConstructJob(Compilation &C, const JobAction &JA,
|
| AMDGPUOpenMP.cpp | 87 Compilation &C, const JobAction &JA, const InputInfoList &Inputs, 103 JA, *this, ResponseFileSupport::AtFileCurCP(), Exec, CmdArgs, Inputs, 104 InputInfo(&JA, Args.MakeArgString(OutputFileName)))); 109 Compilation &C, const JobAction &JA, const InputInfoList &Inputs, 135 JA, *this, ResponseFileSupport::AtFileCurCP(), Llc, LlcArgs, Inputs, 136 InputInfo(&JA, Args.MakeArgString(LlcOutputFile)))); 141 Compilation &C, const JobAction &JA, const InputInfoList &Inputs, 152 JA, *this, ResponseFileSupport::AtFileCurCP(), Lld, LldArgs, Inputs, 153 InputInfo(&JA, Args.MakeArgString(Output.getFilename())))); 158 void AMDGCN::OpenMPLinker::ConstructJob(Compilation &C, const JobAction &JA, [all...] |
| Myriad.cpp | 24 void tools::SHAVE::Compiler::ConstructJob(Compilation &C, const JobAction &JA, 35 if (JA.getKind() == Action::PreprocessJobClass) { 80 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), 85 void tools::SHAVE::Assembler::ConstructJob(Compilation &C, const JobAction &JA, 116 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), 121 void tools::Myriad::Linker::ConstructJob(Compilation &C, const JobAction &JA, 171 AddLinkerInputs(getToolChain(), Inputs, Args, CmdArgs, JA); 204 JA, *this, ResponseFileSupport::AtFileCurCP(), Args.MakeArgString(Exec), 268 Tool *MyriadToolChain::SelectTool(const JobAction &JA) const { 271 return ToolChain::SelectTool(JA); [all...] |
| AMDGPUOpenMP.h | 31 void ConstructJob(Compilation &C, const JobAction &JA, 38 const char *constructLLVMLinkCommand(Compilation &C, const JobAction &JA, 45 const char *constructLlcCommand(Compilation &C, const JobAction &JA, 53 void constructLldCommand(Compilation &C, const JobAction &JA,
|
| HIP.h | 23 void constructHIPFatbinCommand(Compilation &C, const JobAction &JA, 35 void ConstructJob(Compilation &C, const JobAction &JA, 42 void constructLldCommand(Compilation &C, const JobAction &JA, 51 const JobAction &JA) const;
|
| Myriad.h | 28 void ConstructJob(Compilation &C, const JobAction &JA, 40 void ConstructJob(Compilation &C, const JobAction &JA, 57 void ConstructJob(Compilation &C, const JobAction &JA, 84 Tool *SelectTool(const JobAction &JA) const override;
|
| Ananas.h | 28 void ConstructJob(Compilation &C, const JobAction &JA, 41 void ConstructJob(Compilation &C, const JobAction &JA,
|
| DragonFly.h | 28 void ConstructJob(Compilation &C, const JobAction &JA, 41 void ConstructJob(Compilation &C, const JobAction &JA,
|
| InterfaceStubs.cpp | 18 void Merger::ConstructJob(Compilation &C, const JobAction &JA, 57 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(),
|
| Minix.h | 27 void ConstructJob(Compilation &C, const JobAction &JA, 40 void ConstructJob(Compilation &C, const JobAction &JA,
|
| Solaris.h | 29 void ConstructJob(Compilation &C, const JobAction &JA, 42 void ConstructJob(Compilation &C, const JobAction &JA,
|
| Ananas.cpp | 25 void ananas::Assembler::ConstructJob(Compilation &C, const JobAction &JA, 42 C.addCommand(std::make_unique<Command>(JA, *this, 47 void ananas::Linker::ConstructJob(Compilation &C, const JobAction &JA, 112 AddLinkerInputs(ToolChain, Inputs, Args, CmdArgs, JA); 128 C.addCommand(std::make_unique<Command>(JA, *this,
|
| Minix.cpp | 22 void tools::minix::Assembler::ConstructJob(Compilation &C, const JobAction &JA, 39 C.addCommand(std::make_unique<Command>(JA, *this, 44 void tools::minix::Linker::ConstructJob(Compilation &C, const JobAction &JA, 70 AddLinkerInputs(getToolChain(), Inputs, Args, CmdArgs, JA); 93 C.addCommand(std::make_unique<Command>(JA, *this,
|
| XCore.cpp | 25 void tools::XCore::Assembler::ConstructJob(Compilation &C, const JobAction &JA, 55 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), 59 void tools::XCore::Linker::ConstructJob(Compilation &C, const JobAction &JA, 81 AddLinkerInputs(getToolChain(), Inputs, Args, CmdArgs, JA); 84 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(),
|
| PS4CPU.h | 34 void ConstructJob(Compilation &C, const JobAction &JA, 48 void ConstructJob(Compilation &C, const JobAction &JA, 98 const llvm::opt::ArgList &DriverArgs, const JobAction &JA,
|
| Flang.h | 59 void ConstructJob(Compilation &C, const JobAction &JA,
|
| Hexagon.h | 30 void RenderExtraToolArgs(const JobAction &JA, 32 void ConstructJob(Compilation &C, const JobAction &JA, 45 virtual void RenderExtraToolArgs(const JobAction &JA, 47 void ConstructJob(Compilation &C, const JobAction &JA,
|
| AIX.h | 28 void ConstructJob(Compilation &C, const JobAction &JA, 41 void ConstructJob(Compilation &C, const JobAction &JA,
|
| CrossWindows.h | 29 void ConstructJob(Compilation &C, const JobAction &JA, 42 void ConstructJob(Compilation &C, const JobAction &JA,
|
| NaCl.h | 24 void ConstructJob(Compilation &C, const JobAction &JA, 37 void ConstructJob(Compilation &C, const JobAction &JA,
|
| NetBSD.h | 28 void ConstructJob(Compilation &C, const JobAction &JA, 41 void ConstructJob(Compilation &C, const JobAction &JA,
|
| OpenBSD.h | 30 void ConstructJob(Compilation &C, const JobAction &JA, 43 void ConstructJob(Compilation &C, const JobAction &JA,
|
| /src/external/apache2/llvm/dist/clang/lib/Driver/ |
| Tool.cpp | 20 void Tool::ConstructJobMultipleOutputs(Compilation &C, const JobAction &JA, 26 ConstructJob(C, JA, Outputs.front(), Inputs, TCArgs, LinkingOutput);
|
| /src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
| Tool.h | 64 /// ConstructJob - Construct jobs to perform the action \p JA, 72 virtual void ConstructJob(Compilation &C, const JobAction &JA, 77 /// Construct jobs to perform the action \p JA, writing to the \p Outputs and 86 virtual void ConstructJobMultipleOutputs(Compilation &C, const JobAction &JA,
|