OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getInputs
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Driver/
Action.cpp
201
for (unsigned i = 0, e =
getInputs
().size(); i != e; ++i)
202
getInputs
()[i]->propagateDeviceOffloadInfo(OKinds[i], BArchs[i]);
219
getInputs
().push_back(A);
228
assert(!
getInputs
().empty() && "No dependencies for offload action??");
229
auto *A =
getInputs
().front();
235
auto I =
getInputs
().begin();
236
auto E =
getInputs
().end();
243
assert(
getInputs
().size() == DevToolChains.size() + (HostTC ? 1 : 0) &&
272
assert(!
getInputs
().empty() && "No dependencies for offload action??");
273
return HostTC ?
getInputs
().front() : nullptr
[
all
...]
Driver.cpp
1997
const ActionList *AL = &A->
getInputs
();
2597
auto *IA = cast<InputAction>(UA->
getInputs
().back());
2846
assert(AssembleAction->
getInputs
().size() == 1);
2848
Action *BackendAction = AssembleAction->
getInputs
()[0];
3150
auto *IA = cast<InputAction>(UA->
getInputs
().back());
3423
HostAction = UA->
getInputs
().back();
4015
(A->getKind() == Action::BindArchClass && A->
getInputs
().size() &&
4016
A->
getInputs
().front()->getKind() == Action::IfsMergeJobClass)))
4313
Inputs = CJ->
getInputs
();
4336
Inputs = BJ->
getInputs
();
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/Driver/
Action.h
145
ActionList &
getInputs
() { return Inputs; }
146
const ActionList &
getInputs
() const { return Inputs; }
434
getInputs
().push_back(Input);
/src/external/apache2/llvm/dist/llvm/tools/dsymutil/
dsymutil.cpp
110
static Expected<std::vector<std::string>>
getInputs
(opt::InputArgList &Args,
258
getInputs
(Args, Options.LinkOpts.Update)) {
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Cuda.cpp
541
assert(A->
getInputs
().size() == 1 &&
Clang.cpp
6558
assert(!SourceAction->
getInputs
().empty() && "unexpected root action!");
6559
SourceAction = SourceAction->
getInputs
()[0];
7388
assert(!SourceAction->
getInputs
().empty() && "unexpected root action!");
7389
SourceAction = SourceAction->
getInputs
()[0];
7582
assert(JA.
getInputs
().size() == Inputs.size() &&
7595
const Action *CurDep = JA.
getInputs
()[I];
7628
if (const auto *OA = dyn_cast<OffloadAction>(JA.
getInputs
()[I])) {
Darwin.cpp
101
assert(!SourceAction->
getInputs
().empty() && "unexpected root action!");
102
SourceAction = SourceAction->
getInputs
()[0];
Completed in 28 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026