Searched defs:TCArgs (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ |
H A D | Tool.cpp | 23 const llvm::opt::ArgList &TCArgs, in ConstructJobMultipleOutputs()
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Compilation.h | 103 std::map<TCArgsKey, llvm::opt::DerivedArgList *> TCArgs; variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Clang.cpp | 8528 ConstructJob(Compilation & C,const JobAction & JA,const InputInfo & Output,const InputInfoList & Inputs,const llvm::opt::ArgList & TCArgs,const char * LinkingOutput) const ConstructJob() argument 8636 ConstructJobMultipleOutputs(Compilation & C,const JobAction & JA,const InputInfoList & Outputs,const InputInfoList & Inputs,const llvm::opt::ArgList & TCArgs,const char * LinkingOutput) const ConstructJobMultipleOutputs() argument 8736 const ArgList &TCArgs = ConstructJob() local [all...] |