OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Libs
(Results
1 - 6
of
6
) sorted by null
/external/llvm/utils/
llvm-native-gcc
47
push (@
Libs
, $ARGV[$i]);
127
my $
Libs
= join (" ", @
Libs
);
128
run "gcc $GCCOptions $GeneratedCode -o $OutputFile $LibDirs $
Libs
";
llvm-native-gxx
47
push (@
Libs
, $ARGV[$i]);
127
my $
Libs
= join (" ", @
Libs
);
128
run "gcc $GCCOptions $GeneratedCode -o $OutputFile $LibDirs $
Libs
";
/external/lzma/CPP/7zip/UI/Common/
LoadCodecs.cpp
113
CCodecLib &lib =
Libs
.Back();
128
info.LibIndex =
Libs
.Size() - 1;
238
const NDLL::CLibrary &lib =
Libs
.Back().Lib;
260
item.LibIndex =
Libs
.Size() - 1;
355
Libs
.Add(CCodecLib());
356
CCodecLib &lib =
Libs
.Back();
392
Libs
.DeleteBack();
562
return
Libs
[ci.LibIndex].GetMethodProperty(ci.CodecIndex, propID, value);
577
return
Libs
[ci.LibIndex].CreateObject(&ci.Decoder, iid, (void **)coder);
593
return
Libs
[ci.LibIndex].CreateObject(&ci.Encoder, iid, (void **)coder);
[
all
...]
LoadCodecs.h
145
CObjectVector<CCodecLib>
Libs
;
159
return
Libs
[ai.LibIndex].CreateObject(&ai.ClassID, outHandler ? &IID_IOutArchive : &IID_IInArchive, (void **)archive);
/external/chromium_org/tools/gn/
variables.cc
608
" will use \"
libs
\" and \"lib_dirs\" instead.\n"
613
"
libs
and lib_dirs work differently than other flags in two respects.\n" \
619
" The order that
libs
/lib_dirs apply is:\n" \
641
const char kLibs[] = "
libs
";
643
"
libs
: [string list] Additional libraries to link.";
645
"
libs
: Additional libraries to link.\n"
667
"
libs
= [ \"ctl3d.lib\" ]\n"
669
"
libs
= [ \"ld\" ]\n";
[
all
...]
/external/llvm/tools/llvm-readobj/
ELFDumper.cpp
810
LibsTy
Libs
;
818
Libs
.push_back(*I);
821
std::sort(
Libs
.begin(),
Libs
.end(), &compareLibraryName);
823
for (LibsTy::const_iterator I =
Libs
.begin(), E =
Libs
.end();
Completed in 74 milliseconds