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

  /external/clang/include/clang/Driver/
Types.h 54 /// canLipoType - Is this type acceptable as the output of a
57 bool canLipoType(ID Id);
  /external/clang/lib/Driver/
Types.cpp 67 bool types::canLipoType(ID Id) {
Driver.cpp 805 if (Archs.size() > 1 && !types::canLipoType(Act->getType()))
    [all...]

Completed in 392 milliseconds