OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocatedArgs
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Driver/
Compilation.cpp
69
SmallVector<Arg *, 4>
AllocatedArgs
;
76
*TranslatedArgs, SameTripleAsHost,
AllocatedArgs
);
82
DeviceOffloadKind, &
AllocatedArgs
);
85
&
AllocatedArgs
);
105
for (auto ArgPtr :
AllocatedArgs
)
ToolChain.cpp
1088
SmallVectorImpl<llvm::opt::Arg *> &
AllocatedArgs
) const {
1141
AllocatedArgs
.push_back(A);
1159
SmallVectorImpl<llvm::opt::Arg *> *
AllocatedArgs
) const {
1192
if (!
AllocatedArgs
)
1195
AllocatedArgs
->push_back(A);
1201
SmallVectorImpl<llvm::opt::Arg *> *
AllocatedArgs
) const {
1227
TranslateXarchArgs(Args, A, DAL,
AllocatedArgs
);
/src/external/apache2/llvm/dist/clang/include/clang/Driver/
ToolChain.h
309
SmallVectorImpl<llvm::opt::Arg *> &
AllocatedArgs
) const;
312
/// argument. If \p
AllocatedArgs
is null pointer, synthesized arguments are
313
/// added to \p DAL, otherwise they are appended to \p
AllocatedArgs
.
317
SmallVectorImpl<llvm::opt::Arg *> *
AllocatedArgs
= nullptr) const;
325
SmallVectorImpl<llvm::opt::Arg *> *
AllocatedArgs
) const;
Completed in 34 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026