Home
last modified time | relevance | path

Searched refs:input_begin (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Driver/
H A DAction.h156 input_iterator input_begin() { return Inputs.begin(); } in input_begin() function
158 input_range inputs() { return input_range(input_begin(), input_end()); } in inputs()
159 input_const_iterator input_begin() const { return Inputs.begin(); } in input_begin() function
162 return input_const_range(input_begin(), input_end()); in inputs()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCreateInvocationFromCommandLine.cpp77 A = *A->input_begin(); in createInvocation()
/llvm-project-15.0.7/clang/lib/Tooling/
H A DTooling.cpp104 A = *A->input_begin(); in ignoreExtraCC1Commands()
118 isa<driver::CompileJobAction>(*Actions.front()->input_begin()))); in ignoreExtraCC1Commands()
/llvm-project-15.0.7/clang/lib/Driver/
H A DDriver.cpp2160 << PrintActions1(C, *BIA->input_begin(), Ids, SibIndent, SibKind) << "}";
5090 NewInputs.append(PJ->input_begin(), PJ->input_end()); in combineWithPreprocessor()
5298 return BuildJobsForAction(C, *BAA->input_begin(), TC, ArchName, AtTopLevel, in BuildJobsForActionNoCache()
5322 return BuildJobsForAction(C, *BA->input_begin(), TC, BoundArch, in BuildJobsForActionNoCache()
5328 return BuildJobsForAction(C, *AA->input_begin(), TC, BoundArch, in BuildJobsForActionNoCache()
6177 !types::isAcceptedByClang((*JA.input_begin())->getType())) in ShouldUseClangCompiler()
6192 !types::isAcceptedByFlang((*JA.input_begin())->getType())) in ShouldUseFlangCompiler()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstrTypes.h1147 input_iterator input_begin() const { return Inputs.begin(); }
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1883 PreallocatedSetup = cast<CallBase>(*It->input_begin()); in RemovePreallocated()
/llvm-project-15.0.7/llvm/lib/IR/
H A DInstructions.cpp407 It = std::copy(B.input_begin(), B.input_end(), It); in populateBundleOperandInfos()