Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DThunks.cpp564 bool ARMThunk::isCompatibleWith(const InputSection &isec, in isCompatibleWith() function in ARMThunk
610 bool ThumbThunk::isCompatibleWith(const InputSection &isec, in isCompatibleWith() function in ThumbThunk
1029 bool PPC32PltCallStub::isCompatibleWith(const InputSection &isec, in isCompatibleWith() function in PPC32PltCallStub
1085 bool PPC64PltCallStub::isCompatibleWith(const InputSection &isec, in isCompatibleWith() function in PPC64PltCallStub
1128 bool PPC64R2SaveStub::isCompatibleWith(const InputSection &isec, in isCompatibleWith() function in PPC64R2SaveStub
1163 bool PPC64R12SetupStub::isCompatibleWith(const InputSection &isec, in isCompatibleWith() function in PPC64R12SetupStub
1199 bool PPC64PCRelPLTStub::isCompatibleWith(const InputSection &isec, in isCompatibleWith() function in PPC64PCRelPLTStub
1215 bool PPC64LongBranchThunk::isCompatibleWith(const InputSection &isec, in isCompatibleWith() function in PPC64LongBranchThunk
H A DThunks.h52 virtual bool isCompatibleWith(const InputSection &, in isCompatibleWith() function
/openbsd-src/gnu/llvm/llvm/lib/TargetParser/
H A DTriple.cpp1798 bool Triple::isCompatibleWith(const Triple &Other) const { in isCompatibleWith() function in Triple
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenSchedule.h384 bool isCompatibleWith(const STIPredicateFunction &Other) const { in isCompatibleWith() function