OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Libs
(Results
1 - 5
of
5
) 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/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 578 milliseconds