OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Positional
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/
LLJITWithThinLTOSummaries.cpp
59
cl::
Positional
, cl::init("-")};
/src/external/apache2/llvm/dist/llvm/tools/lli/
lli.cpp
91
InputFile(cl::desc("<input bitcode>"), cl::
Positional
, cl::init("-"));
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
ConfigManager.cpp
689
SmallVector<const char *, 2>
Positional
;
696
Positional
.push_back(Arg->getValue());
697
std::copy(DashDash, RawArgsArr.end(), std::back_inserter(
Positional
));
699
if (
Positional
.empty())
702
if (
Positional
.size() > 2)
704
"too many
positional
arguments");
708
Config.InputFilename =
Positional
[0];
709
Config.OutputFilename =
Positional
[
Positional
.size() == 1 ? 0 : 1];
1170
SmallVector<StringRef, 2>
Positional
;
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
CommandLine.h
125
// last
positional
argument required by the application (it is an error if
126
// there are zero
positional
arguments, and a ConsumeAfter option is used).
163
Positional
= 0x01, // Is a
positional
argument, no '-' required
170
PositionalEatsArgs = 0x02, // Should this
positional
cl::list eat -args?
310
bool isPositional() const { return getFormattingFlag() == cl::
Positional
; }
1957
/// Access to unnamed arguments (i.e.
positional
) are not provided because
Completed in 23 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026