Home
last modified time | relevance | path

Searched refs:canLipoType (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/Driver/
H A DTypes.h64 bool canLipoType(ID Id);
/openbsd/gnu/llvm/clang/lib/Driver/
H A DTypes.cpp122 bool types::canLipoType(ID Id) { in canLipoType() function in types
H A DDriver.cpp2396 if (Archs.size() > 1 && !types::canLipoType(Act->getType())) in BuildUniversalActions()