Searched refs:isCompatibleWith (Results 1 – 8 of 8) sorted by relevance
82 bool isCompatibleWith(RelType Type) const override;111 bool isCompatibleWith(RelType Type) const override;174 bool isCompatibleWith(uint32_t RelocType) const override;184 bool isCompatibleWith(uint32_t RelocType) const override;400 bool ARMThunk::isCompatibleWith(RelType Type) const { in isCompatibleWith() function in lld::elf::ARMThunk437 bool ThumbThunk::isCompatibleWith(RelType Type) const { in isCompatibleWith() function in lld::elf::ThumbThunk536 bool ARMV5ABSLongThunk::isCompatibleWith(uint32_t RelocType) const { in isCompatibleWith() function in lld::elf::ARMV5ABSLongThunk561 bool ARMV5PILongThunk::isCompatibleWith(uint32_t RelocType) const { in isCompatibleWith() function in lld::elf::ARMV5PILongThunk
52 virtual bool isCompatibleWith(RelType Type) const { return true; } in isCompatibleWith() function
1402 if (T->isCompatibleWith(Type) && in getThunk()
798 bool isCompatibleWith(const Triple &Other) const;
387 bool isCompatibleWith(const STIPredicateFunction &Other) const { in isCompatibleWith() function
505 if (!TMBuilder.TheTriple.isCompatibleWith(TheTriple)) in addModule()
1335 !SrcTriple.isCompatibleWith(DstTriple)) in run()
1536 bool Triple::isCompatibleWith(const Triple &Other) const { in isCompatibleWith() function in Triple