| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | MemoryModelRelaxationAnnotations.h | 92 return MMRAMetadata(A).isCompatibleWith(B); in checkCompatibility() 96 LLVM_ABI bool isCompatibleWith(const MMRAMetadata &Other) const;
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Thunks.cpp | 154 bool isCompatibleWith(const InputSection &isec, 189 bool isCompatibleWith(const InputSection &isec, 477 bool isCompatibleWith(const InputSection &isec, const Relocation &rel) const override; 507 bool isCompatibleWith(const InputSection &isec, 538 bool isCompatibleWith(const InputSection &isec, 564 bool isCompatibleWith(const InputSection &isec, 584 bool isCompatibleWith(const InputSection &isec, 835 bool ARMThunk::isCompatibleWith(const InputSection &isec, in isCompatibleWith() function in ARMThunk 889 bool ThumbThunk::isCompatibleWith(const InputSection &isec, in isCompatibleWith() function in ThumbThunk 1373 bool PPC32PltCallStub::isCompatibleWith(const InputSection &isec, in isCompatibleWith() function in PPC32PltCallStub [all …]
|
| H A D | Thunks.h | 53 virtual bool isCompatibleWith(const InputSection &, in isCompatibleWith() function
|
| H A D | Relocations.cpp | 2369 t->isCompatibleWith(*isec, rel) && in getThunk()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LastRunTrackingAnalysis.h | 76 return static_cast<const OptionT *>(Ptr)->isCompatibleWith(Opt); in update()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ItaniumMangle.cpp | 391 bool isCompatibleWith(LangOptions::ClangABI Ver) { in isCompatibleWith() function in __anon01ebe6bc0111::CXXNameMangler 906 if (isCompatibleWith(LangOptions::ClangABI::Ver11)) { in mangleFunctionEncodingBareType() 1072 (!IsLambda || isCompatibleWith(LangOptions::ClangABI::Ver18))) { in mangleNameWithAbiTags() 1497 if (!isCompatibleWith(LangOptions::ClangABI::Ver17)) in mangleUnqualifiedName() 2005 if (isCompatibleWith(LangOptions::ClangABI::Ver12) && in mangleUnqualifiedBlock() 2045 if (Constraint && !isCompatibleWith(LangOptions::ClangABI::Ver17)) { in mangleTemplateParamDecl() 2113 if (RequiresClause && !isCompatibleWith(LangOptions::ClangABI::Ver17)) { in mangleRequiresClause() 2123 if (isCompatibleWith(LangOptions::ClangABI::Ver12) && in mangleLambda() 2212 bool Clang14Compat = isCompatibleWith(LangOptions::ClangABI::Ver14); in manglePrefix() 2280 bool Clang11Compat = isCompatibleWith(LangOptions::ClangABI::Ver11); in mangleTemplatePrefix() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | MemoryModelRelaxationAnnotations.cpp | 105 bool MMRAMetadata::isCompatibleWith(const MMRAMetadata &Other) const { in isCompatibleWith() function in MMRAMetadata
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/ |
| H A D | SymbolLocatorDefault.cpp | 228 mspec.GetArchitecture().GetTriple().isCompatibleWith( in LocateExecutableSymbolFile()
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | LocateSymbolFile.cpp | |
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenSchedule.h | 406 bool isCompatibleWith(const STIPredicateFunction &Other) const { in isCompatibleWith() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| H A D | Triple.h | 1263 LLVM_ABI bool isCompatibleWith(const Triple &Other) const;
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | OffloadBundler.cpp | 143 Triple.isCompatibleWith(Target.Triple) && TargetID == Target.TargetID; in operator ==() 1379 !CodeObjectInfo.Triple.isCompatibleWith(TargetInfo.Triple)) { in isCodeObjectCompatible()
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 555 if (!TMBuilder.TheTriple.isCompatibleWith(TheTriple)) in addModule()
|
| /freebsd/contrib/llvm-project/llvm/lib/Linker/ |
| H A D | IRMover.cpp | 1486 !SrcTriple.isCompatibleWith(DstTriple)) in run()
|
| /freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | Triple.cpp | 2079 bool Triple::isCompatibleWith(const Triple &Other) const { in isCompatibleWith() function in Triple
|