Searched refs:isCompatibleWith (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | Thunks.cpp | 80 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 D | Thunks.h | 53 virtual bool isCompatibleWith(const InputSection &, in isCompatibleWith() function
|
| H A D | Relocations.cpp | 1987 t->isCompatibleWith(*isec, rel) && in getThunk()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | Triple.h | 926 bool isCompatibleWith(const Triple &Other) const;
|
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CodeGenSchedule.h | 389 bool isCompatibleWith(const STIPredicateFunction &Other) const { in isCompatibleWith() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 619 if (!TMBuilder.TheTriple.isCompatibleWith(TheTriple)) in addModule()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Linker/ |
| H A D | IRMover.cpp | 1461 !SrcTriple.isCompatibleWith(DstTriple)) in run()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Triple.cpp | 1621 bool Triple::isCompatibleWith(const Triple &Other) const { in isCompatibleWith() function in Triple
|