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

  /external/llvm/utils/
GenLibDeps.pl 207 my %DepLibs;
212 $DepLibs{$libdefs{$_}} = [] unless exists $DepLibs{$libdefs{$_}};
213 push(@{$DepLibs{$libdefs{$_}}}, $_);
223 $DepLibs{$objdefs{$_}} = [] unless exists $DepLibs{$objdefs{$_}};
224 push(@{$DepLibs{$objdefs{$_}}}, $_);
229 unless(keys %DepLibs) {
242 $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 300 milliseconds