Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DThunks.cpp82 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::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
H A DThunks.h52 virtual bool isCompatibleWith(RelType Type) const { return true; } in isCompatibleWith() function
H A DRelocations.cpp1402 if (T->isCompatibleWith(Type) && in getThunk()
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DTriple.h798 bool isCompatibleWith(const Triple &Other) const;
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenSchedule.h387 bool isCompatibleWith(const STIPredicateFunction &Other) const { in isCompatibleWith() function
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp505 if (!TMBuilder.TheTriple.isCompatibleWith(TheTriple)) in addModule()
/freebsd-12.1/contrib/llvm/lib/Linker/
H A DIRMover.cpp1335 !SrcTriple.isCompatibleWith(DstTriple)) in run()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DTriple.cpp1536 bool Triple::isCompatibleWith(const Triple &Other) const { in isCompatibleWith() function in Triple