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

  /external/swiftshader/third_party/LLVM/tools/llvm-config/
Makefile 56 llvm-config-perobj: llvm-config.in $(GenLibDeps) $(LibDir) $(wildcard $(LibDir)/*.a)
57 $(Echo) "Generating llvm-config-perobj"
58 $(Verb) $(PERL) $(GenLibDeps) -perobj -flat $(LibDir) "$(NM_PATH)" >PerobjDeps.txt
78 $(Verb) $(PERL) $(GenLibDeps) -perobj -perobjincl -flat $(LibDir) "$(NM_PATH)" >PerobjDepsIncl.txt
  /external/llvm/utils/
GenLibDeps.pl 16 my $PEROBJ = 0;
25 if (/^-perobj$/) { $PEROBJ = 1; next; }
55 if ($PEROBJ) {
85 if ($PEROBJ) {
213 if ($PEROBJ && !$PEROBJINCL) {
337 if ($PEROBJ) {
  /external/swiftshader/third_party/LLVM/utils/
GenLibDeps.pl 16 my $PEROBJ = 0;
25 if (/^-perobj$/) { $PEROBJ = 1; next; }
55 if ($PEROBJ) {
85 if ($PEROBJ) {
217 if ($PEROBJ && !$PEROBJINCL) {
341 if ($PEROBJ) {

Completed in 121 milliseconds