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

  /external/llvm/lib/Support/
SearchForAddressOfSpecialSymbol.cpp 46 EXPLICIT_SYMBOL(__main);
  /external/llvm/utils/
check-each-file 22 *undefined*reference*__main*)
23 echo "$program appears to need a dummy __main function; adding one"
24 echo "void __main () { }" > __main.c
25 gcc -c __main.c
28 gmake -n $program 2>&1 | sed '/gcc/s/$/__main.o/' >> $linker
  /external/llvm/lib/Support/Windows/
explicit_symbols.inc 17 EXPLICIT_SYMBOL(__main) // FIXME: Don't call it.
  /external/llvm/
configure     [all...]

Completed in 47 milliseconds