HomeSort by relevance Sort by last modified time
    Searched refs:DepLibs (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/
GenLibDeps.pl 209 my %DepLibs;
214 $DepLibs{$libdefs{$_}} = [] unless exists $DepLibs{$libdefs{$_}};
215 push(@{$DepLibs{$libdefs{$_}}}, $_);
225 $DepLibs{$objdefs{$_}} = [] unless exists $DepLibs{$objdefs{$_}};
226 push(@{$DepLibs{$objdefs{$_}}}, $_);
231 unless(keys %DepLibs) {
244 $DepLibs{$libdefs{$_}} = [] unless exists $DepLibs{$libdefs{$_}}
    [all...]
  /external/llvm/lib/Linker/
LinkItems.cpp 136 const Module::LibraryListType& DepLibs = Composite->getLibraries();
137 for (Module::LibraryListType::const_iterator I = DepLibs.begin(),
138 E = DepLibs.end(); I != E; ++I)

Completed in 100 milliseconds