Home
last modified time | relevance | path

Searched refs:getInputArg (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Driver/
H A DInputInfo.h87 const llvm::opt::Arg &getInputArg() const { in getInputArg() function
H A DAction.h239 const llvm::opt::Arg &getInputArg() const { return Input; } in getInputArg() function
/llvm-project-15.0.7/clang/lib/Tooling/
H A DCompilationDatabase.cpp165 Inputs.push_back(std::string(IA->getInputArg().getSpelling())); in runImpl()
/llvm-project-15.0.7/clang/lib/Driver/
H A DDriver.cpp2157 os << "\"" << IA->getInputArg().getValue() << "\"";
2824 llvm::sys::fs::real_path(IA->getInputArg().getValue(), RealPath, in addDeviceDepences()
2840 C.MakeAction<InputAction>(IA->getInputArg(), Ty, IA->getId())); in addDeviceDepences()
2856 std::string FileName = IA->getInputArg().getAsString(Args); in addDeviceDepences()
3460 C.MakeAction<InputAction>(IA->getInputArg(), IA->getType())); in addDeviceDepences()
3468 std::string FileName = IA->getInputArg().getAsString(Args); in addDeviceDepences()
5278 const Arg &Input = IA->getInputArg(); in BuildJobsForActionNoCache()
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DHexagon.cpp263 II.getInputArg().render(Args, CmdArgs); in ConstructJob()
H A DMSVC.cpp280 const Arg &A = Input.getInputArg(); in ConstructJob()
H A DCommonArgs.cpp252 const Arg &A = II.getInputArg(); in AddLinkerInputs()
H A DGnu.cpp153 const Arg &A = II.getInputArg(); in ConstructJob()
H A DClang.cpp4907 II.getInputArg().renderAsInput(Args, CmdArgs); in ConstructJob()
7276 Input.getInputArg().renderAsInput(Args, CmdArgs); in ConstructJob()