Searched refs:isCompatibleWith (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | Thunks.cpp | 79 bool isCompatibleWith(const InputSection &isec, 111 bool isCompatibleWith(const InputSection &isec, 176 bool isCompatibleWith(const InputSection &isec, 187 bool isCompatibleWith(const InputSection &isec, 284 bool isCompatibleWith(const InputSection &isec, 314 bool isCompatibleWith(const InputSection &isec, 337 bool isCompatibleWith(const InputSection &isec, 354 bool isCompatibleWith(const InputSection &isec, 371 bool isCompatibleWith(const InputSection &isec, 505 bool ARMThunk::isCompatibleWith(const InputSection &isec, in isCompatibleWith() function in ARMThunk [all …]
|
| H A D | Thunks.h | 53 virtual bool isCompatibleWith(const InputSection &, in isCompatibleWith() function
|
| H A D | Relocations.cpp | 2070 t->isCompatibleWith(*isec, rel) && in getThunk()
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | LocateSymbolFile.cpp | 372 mspec.GetArchitecture().GetTriple().isCompatibleWith( in LocateExecutableSymbolFile()
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | CodeGenSchedule.h | 385 bool isCompatibleWith(const STIPredicateFunction &Other) const { in isCompatibleWith() function
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | Triple.h | 1019 bool isCompatibleWith(const Triple &Other) const;
|
| /llvm-project-15.0.7/clang/tools/clang-offload-bundler/ |
| H A D | ClangOffloadBundler.cpp | 207 Triple.isCompatibleWith(Target.Triple) && GPUArch == Target.GPUArch; in operator ==() 1133 !CodeObjectInfo.Triple.isCompatibleWith(TargetInfo.Triple)) { in isCodeObjectCompatible()
|
| /llvm-project-15.0.7/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 585 if (!TMBuilder.TheTriple.isCompatibleWith(TheTriple)) in addModule()
|
| /llvm-project-15.0.7/polly/include/polly/ |
| H A D | ScopInfo.h | 381 bool isCompatibleWith(const ScopArrayInfo *Array) const;
|
| /llvm-project-15.0.7/llvm/lib/Linker/ |
| H A D | IRMover.cpp | 1572 !SrcTriple.isCompatibleWith(DstTriple)) in run()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | Triple.cpp | 1769 bool Triple::isCompatibleWith(const Triple &Other) const { in isCompatibleWith() function in Triple
|
| /llvm-project-15.0.7/polly/lib/Analysis/ |
| H A D | ScopInfo.cpp | 268 bool ScopArrayInfo::isCompatibleWith(const ScopArrayInfo *Array) const { in isCompatibleWith() function in ScopArrayInfo
|
| H A D | ScopBuilder.cpp | 3018 !BasePtrSAI->isCompatibleWith(CanonicalBasePtrSAI)) in canonicalizeDynamicBasePtrs()
|