Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DThunks.cpp80 bool isCompatibleWith(const InputSection &isec,
112 bool isCompatibleWith(const InputSection &isec,
177 bool isCompatibleWith(const InputSection &isec,
188 bool isCompatibleWith(const InputSection &isec,
256 bool isCompatibleWith(const InputSection &isec, const Relocation &rel) const override;
285 bool isCompatibleWith(const InputSection &isec,
315 bool isCompatibleWith(const InputSection &isec,
338 bool isCompatibleWith(const InputSection &isec,
355 bool isCompatibleWith(const InputSection &isec,
372 bool isCompatibleWith(const InputSection &isec,
[all …]
DThunks.h53 virtual bool isCompatibleWith(const InputSection &, in isCompatibleWith() function
DRelocations.cpp1986 t->isCompatibleWith(*isec, rel) && in getThunk()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
DTriple.h926 bool isCompatibleWith(const Triple &Other) const;
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DCodeGenSchedule.h389 bool isCompatibleWith(const STIPredicateFunction &Other) const { in isCompatibleWith() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp619 if (!TMBuilder.TheTriple.isCompatibleWith(TheTriple)) in addModule()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Linker/
DIRMover.cpp1461 !SrcTriple.isCompatibleWith(DstTriple)) in run()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DTriple.cpp1621 bool Triple::isCompatibleWith(const Triple &Other) const { in isCompatibleWith() function in Triple