HomeSort by: relevance | last modified time | path
    Searched defs:JA (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
DragonFly.cpp 26 void dragonfly::Assembler::ConstructJob(Compilation &C, const JobAction &JA,
48 C.addCommand(std::make_unique<Command>(JA, *this,
53 void dragonfly::Linker::ConstructJob(Compilation &C, const JobAction &JA,
120 AddLinkerInputs(getToolChain(), Inputs, Args, CmdArgs, JA);
174 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(),
AVR.cpp 360 void AVR::Linker::ConstructJob(Compilation &C, const JobAction &JA,
371 AddLinkerInputs(getToolChain(), Inputs, Args, CmdArgs, JA);
419 JA, *this, ResponseFileSupport::AtFileCurCP(), Args.MakeArgString(Linker),
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...]
MSP430.cpp 263 void msp430::Linker::ConstructJob(Compilation &C, const JobAction &JA,
295 AddLinkerInputs(getToolChain(), Inputs, Args, CmdArgs, JA);
316 JA, *this, ResponseFileSupport::AtFileCurCP(), Args.MakeArgString(Linker),
NetBSD.cpp 27 void netbsd::Assembler::ConstructJob(Compilation &C, const JobAction &JA,
106 C.addCommand(std::make_unique<Command>(JA, *this,
111 void netbsd::Linker::ConstructJob(Compilation &C, const JobAction &JA,
259 AddLinkerInputs(getToolChain(), Inputs, Args, CmdArgs, JA);
342 C.addCommand(std::make_unique<Command>(JA, *this,
Solaris.cpp 27 void solaris::Assembler::ConstructJob(Compilation &C, const JobAction &JA,
44 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(),
48 void solaris::Linker::ConstructJob(Compilation &C, const JobAction &JA,
123 AddLinkerInputs(getToolChain(), Inputs, Args, CmdArgs, JA);
154 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(),
MinGW.cpp 30 void tools::MinGW::Assembler::ConstructJob(Compilation &C, const JobAction &JA,
53 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(),
57 SplitDebugInfo(getToolChain(), C, *this, JA, Args, Output,
58 SplitDebugName(JA, Args, Inputs[0], Output));
94 void tools::MinGW::Linker::ConstructJob(Compilation &C, const JobAction &JA,
211 AddLinkerInputs(TC, Inputs, Args, CmdArgs, JA);
322 C.addCommand(std::make_unique<Command>(JA, *this,
AMDGPU.cpp 514 void amdgpu::Linker::ConstructJob(Compilation &C, const JobAction &JA,
523 AddLinkerInputs(getToolChain(), Inputs, Args, CmdArgs, JA);
528 JA, *this, ResponseFileSupport::AtFileCurCP(), Args.MakeArgString(Linker),
640 const llvm::opt::ArgList &DriverArgs, const JobAction &JA,
646 if (JA.getOffloadingDeviceKind() == Action::OFK_HIP ||
647 JA.getOffloadingDeviceKind() == Action::OFK_Cuda) {
648 auto Arch = getProcessorFromTargetID(getTriple(), JA.getOffloadingArch());
Darwin.cpp 88 void darwin::Assembler::ConstructJob(Compilation &C, const JobAction &JA,
99 const Action *SourceAction = &JA;
152 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(),
467 const InputInfo &Output, const JobAction &JA) {
517 void darwin::Linker::ConstructJob(Compilation &C, const JobAction &JA,
544 JA, *this, ResponseFileSupport::None(), Exec, CmdArgs, None, Output));
567 renderRemarksOptions(Args, CmdArgs, getToolChain().getTriple(), Output, JA);
618 AddLinkerInputs(getToolChain(), Inputs, Args, CmdArgs, JA);
726 JA, *this, ResponseSupport, Exec, CmdArgs, Inputs, Output);
731 void darwin::Lipo::ConstructJob(Compilation &C, const JobAction &JA,
    [all...]
Gnu.cpp 63 void tools::gcc::Common::ConstructJob(Compilation &C, const JobAction &JA,
83 RenderExtraToolArgs(JA, CmdArgs);
175 C.addCommand(std::make_unique<Command>(JA, *this,
181 const JobAction &JA, ArgStringList &CmdArgs) const {
185 void tools::gcc::Compiler::RenderExtraToolArgs(const JobAction &JA,
189 switch (JA.getType()) {
209 D.Diag(diag::err_drv_invalid_gcc_output_type) << getTypeName(JA.getType());
213 void tools::gcc::Linker::RenderExtraToolArgs(const JobAction &JA,
339 Compilation &C, const JobAction &JA, const InputInfo &Output,
377 C.addCommand(std::make_unique<Command>(JA, *this
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Driver/
Driver.cpp 1576 const JobAction *JA = cast<JobAction>(&FailingCommand->getSource());
1577 C.CleanupFileMap(C.getResultFiles(), JA, true);
1581 C.CleanupFileMap(C.getFailureResultFiles(), JA, true);
4259 const JobAction *JA = nullptr;
4291 auto *AJ = dyn_cast<AssembleJobAction>(ActionInfo[0].JA);
4292 auto *BJ = dyn_cast<BackendJobAction>(ActionInfo[1].JA);
4293 auto *CJ = dyn_cast<CompileJobAction>(ActionInfo[2].JA);
4323 auto *AJ = dyn_cast<AssembleJobAction>(ActionInfo[0].JA);
4324 auto *BJ = dyn_cast<BackendJobAction>(ActionInfo[1].JA);
4346 auto *BJ = dyn_cast<BackendJobAction>(ActionInfo[0].JA);
    [all...]

Completed in 39 milliseconds