OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LinkOpts
(Results
1 - 2
of
2
) sorted by null
/external/clang/tools/scan-build/
c++-analyzer
397
my @
LinkOpts
;
467
push @
LinkOpts
,$Arg;
468
while ($Cnt > 0) { ++$i; --$Cnt; push @
LinkOpts
, $ARGV[$i]; }
488
push @
LinkOpts
,$Arg;
493
push @
LinkOpts
, $ARGV[$i];
534
if ($Arg eq '-O') { push @
LinkOpts
,'-O1'; }
535
elsif ($Arg eq '-Os') { push @
LinkOpts
,'-O2'; }
536
else { push @
LinkOpts
,$Arg; }
548
# push @
LinkOpts
,$Arg; # FIXME: Not sure if these are link opts.
560
push @
LinkOpts
,$Tmp
[
all
...]
ccc-analyzer
397
my @
LinkOpts
;
467
push @
LinkOpts
,$Arg;
468
while ($Cnt > 0) { ++$i; --$Cnt; push @
LinkOpts
, $ARGV[$i]; }
488
push @
LinkOpts
,$Arg;
493
push @
LinkOpts
, $ARGV[$i];
534
if ($Arg eq '-O') { push @
LinkOpts
,'-O1'; }
535
elsif ($Arg eq '-Os') { push @
LinkOpts
,'-O2'; }
536
else { push @
LinkOpts
,$Arg; }
548
# push @
LinkOpts
,$Arg; # FIXME: Not sure if these are link opts.
560
push @
LinkOpts
,$Tmp
[
all
...]
Completed in 29 milliseconds