Home
last modified time | relevance | path

Searched refs:isCompatibleWith (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DTriple.h920 bool isCompatibleWith(const Triple &Other) const;
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenSchedule.h389 bool isCompatibleWith(const STIPredicateFunction &Other) const { in isCompatibleWith() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp549 if (!TMBuilder.TheTriple.isCompatibleWith(TheTriple)) in addModule()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Linker/
H A DIRMover.cpp1456 !SrcTriple.isCompatibleWith(DstTriple)) in run()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DTriple.cpp1621 bool Triple::isCompatibleWith(const Triple &Other) const { in isCompatibleWith() function in Triple