Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DThunks.cpp524 bool ARMThunk::isCompatibleWith(const InputSection &isec, in isCompatibleWith() function in ARMThunk
562 bool ThumbThunk::isCompatibleWith(const InputSection &isec, in isCompatibleWith() function in ThumbThunk
662 bool ARMV5ABSLongThunk::isCompatibleWith(const InputSection &isec, in isCompatibleWith() function in ARMV5ABSLongThunk
688 bool ARMV5PILongThunk::isCompatibleWith(const InputSection &isec, in isCompatibleWith() function in ARMV5PILongThunk
866 bool PPC32PltCallStub::isCompatibleWith(const InputSection &isec, in isCompatibleWith() function in PPC32PltCallStub
922 bool PPC64PltCallStub::isCompatibleWith(const InputSection &isec, in isCompatibleWith() function in PPC64PltCallStub
972 bool PPC64R2SaveStub::isCompatibleWith(const InputSection &isec, in isCompatibleWith() function in PPC64R2SaveStub
1007 bool PPC64R12SetupStub::isCompatibleWith(const InputSection &isec, in isCompatibleWith() function in PPC64R12SetupStub
1043 bool PPC64PCRelPLTStub::isCompatibleWith(const InputSection &isec, in isCompatibleWith() function in PPC64PCRelPLTStub
1059 bool PPC64LongBranchThunk::isCompatibleWith(const InputSection &isec, in isCompatibleWith() function in PPC64LongBranchThunk
[all …]
H A DThunks.h53 virtual bool isCompatibleWith(const InputSection &, in isCompatibleWith() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DTriple.cpp1621 bool Triple::isCompatibleWith(const Triple &Other) const { in isCompatibleWith() function in Triple
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.h389 bool isCompatibleWith(const STIPredicateFunction &Other) const { in isCompatibleWith() function