Searched defs:isCompatibleWith (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ | ||
| H A D | Thunks.h | 52 virtual bool isCompatibleWith(RelType Type) const { return true; } in isCompatibleWith() function |
| H A D | Thunks.cpp | 400 bool ARMThunk::isCompatibleWith(RelType Type) const { in isCompatibleWith() function in lld::elf::ARMThunk |
| /freebsd-12.1/contrib/llvm/lib/Support/ | ||
| H A D | Triple.cpp | 1536 bool Triple::isCompatibleWith(const Triple &Other) const { in isCompatibleWith() function in Triple |
| /freebsd-12.1/contrib/llvm/utils/TableGen/ | ||
| H A D | CodeGenSchedule.h | 387 bool isCompatibleWith(const STIPredicateFunction &Other) const { in isCompatibleWith() function |