HomeSort by: relevance | last modified time | path
    Searched refs:canLipoType (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Driver/
Types.h 61 /// canLipoType - Is this type acceptable as the output of a
64 bool canLipoType(ID Id);
  /src/external/apache2/llvm/dist/clang/lib/Driver/
Types.cpp 115 bool types::canLipoType(ID Id) {
Driver.cpp 2102 if (Archs.size() > 1 && !types::canLipoType(Act->getType()))

Completed in 41 milliseconds