Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DThunks.h52 virtual bool isCompatibleWith(RelType Type) const { return true; } in isCompatibleWith() function
H A DThunks.cpp400 bool ARMThunk::isCompatibleWith(RelType Type) const { in isCompatibleWith() function in lld::elf::ARMThunk
437 bool ThumbThunk::isCompatibleWith(RelType Type) const { in isCompatibleWith() function in lld::elf::ThumbThunk
536 bool ARMV5ABSLongThunk::isCompatibleWith(uint32_t RelocType) const { in isCompatibleWith() function in lld::elf::ARMV5ABSLongThunk
561 bool ARMV5PILongThunk::isCompatibleWith(uint32_t RelocType) const { in isCompatibleWith() function in lld::elf::ARMV5PILongThunk
/freebsd-12.1/contrib/llvm/lib/Support/
H A DTriple.cpp1536 bool Triple::isCompatibleWith(const Triple &Other) const { in isCompatibleWith() function in Triple
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenSchedule.h387 bool isCompatibleWith(const STIPredicateFunction &Other) const { in isCompatibleWith() function