Searched refs:isCompatibleWith (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | Thunks.cpp | 79 bool isCompatibleWith(const InputSection &isec, 111 bool isCompatibleWith(const InputSection &isec, 314 bool isCompatibleWith(const InputSection &isec, const Relocation &rel) const override; 343 bool isCompatibleWith(const InputSection &isec, 373 bool isCompatibleWith(const InputSection &isec, 396 bool isCompatibleWith(const InputSection &isec, 413 bool isCompatibleWith(const InputSection &isec, 430 bool isCompatibleWith(const InputSection &isec, 564 bool ARMThunk::isCompatibleWith(const InputSection &isec, in isCompatibleWith() function in ARMThunk 610 bool ThumbThunk::isCompatibleWith(const InputSection &isec, in isCompatibleWith() function in ThumbThunk [all …]
|
| H A D | Thunks.h | 52 virtual bool isCompatibleWith(const InputSection &, in isCompatibleWith() function
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | LocateSymbolFile.cpp | 375 mspec.GetArchitecture().GetTriple().isCompatibleWith( in LocateExecutableSymbolFile()
|
| /openbsd-src/gnu/llvm/clang/lib/Driver/ |
| H A D | OffloadBundler.cpp | 115 Triple.isCompatibleWith(Target.Triple) && TargetID == Target.TargetID; in operator ==() 159 !CodeObjectInfo.Triple.isCompatibleWith(TargetInfo.Triple)) { in isCodeObjectCompatible()
|
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | CodeGenSchedule.h | 384 bool isCompatibleWith(const STIPredicateFunction &Other) const { in isCompatibleWith() function
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/TargetParser/ |
| H A D | Triple.h | 1054 bool isCompatibleWith(const Triple &Other) const;
|
| /openbsd-src/gnu/llvm/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 585 if (!TMBuilder.TheTriple.isCompatibleWith(TheTriple)) in addModule()
|
| /openbsd-src/gnu/llvm/llvm/lib/Linker/ |
| H A D | IRMover.cpp | 1615 !SrcTriple.isCompatibleWith(DstTriple)) in run()
|
| /openbsd-src/gnu/llvm/llvm/lib/TargetParser/ |
| H A D | Triple.cpp | 1798 bool Triple::isCompatibleWith(const Triple &Other) const { in isCompatibleWith() function in Triple
|