Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A 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,
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,
416 bool isCompatibleWith(const InputSection &isec,
[all …]
H A DThunks.h53 virtual bool isCompatibleWith(const InputSection &, in isCompatibleWith() function
H A DRelocations.cpp1987 t->isCompatibleWith(*isec, rel) && in getThunk()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTriple.h926 bool isCompatibleWith(const Triple &Other) const;
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.h389 bool isCompatibleWith(const STIPredicateFunction &Other) const { in isCompatibleWith() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp619 if (!TMBuilder.TheTriple.isCompatibleWith(TheTriple)) in addModule()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1461 !SrcTriple.isCompatibleWith(DstTriple)) in run()
/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