Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DTriple.h782 bool isCompatibleWith(const Triple &Other) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp565 if (!TMBuilder.TheTriple.isCompatibleWith(TheTriple)) in addModule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Linker/
DIRMover.cpp1321 !SrcTriple.isCompatibleWith(DstTriple)) in run()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DTriple.cpp1516 bool Triple::isCompatibleWith(const Triple &Other) const { in isCompatibleWith() function in Triple