Searched refs:isCompatibleWith (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | Thunks.cpp | 103 bool isCompatibleWith(const InputSection &isec, 135 bool isCompatibleWith(const InputSection &isec, 387 bool isCompatibleWith(const InputSection &isec, 417 bool isCompatibleWith(const InputSection &isec, 443 bool isCompatibleWith(const InputSection &isec, 463 bool isCompatibleWith(const InputSection &isec, 615 bool ARMThunk::isCompatibleWith(const InputSection &isec, in isCompatibleWith() function in ARMThunk 659 bool ThumbThunk::isCompatibleWith(const InputSection &isec, in isCompatibleWith() function in ThumbThunk 1089 bool PPC32PltCallStub::isCompatibleWith(const InputSection &isec, in isCompatibleWith() function in PPC32PltCallStub 1145 bool PPC64PltCallStub::isCompatibleWith(const InputSection &isec, in isCompatibleWith() function in PPC64PltCallStub [all …]
|
| H A D | Thunks.h | 52 virtual bool isCompatibleWith(const InputSection &, in isCompatibleWith() function
|
| H A D | Relocations.cpp | 2181 t->isCompatibleWith(*isec, rel) && in getThunk()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ItaniumMangle.cpp | 401 bool isCompatibleWith(LangOptions::ClangABI Ver) { in isCompatibleWith() function in __anonf690f6f20111::CXXNameMangler 909 if (isCompatibleWith(LangOptions::ClangABI::Ver11)) { in mangleFunctionEncodingBareType() 1479 if (!isCompatibleWith(LangOptions::ClangABI::Ver17)) in mangleUnqualifiedName() 1972 if (isCompatibleWith(LangOptions::ClangABI::Ver12) && in mangleUnqualifiedBlock() 2090 if (isCompatibleWith(LangOptions::ClangABI::Ver12) && in mangleLambda() 2286 if (isCompatibleWith(LangOptions::ClangABI::Ver12)) in getClosurePrefix() 4766 if (!isCompatibleWith(LangOptions::ClangABI::Ver11)) { in mangleExpression() 5137 if (!isCompatibleWith(LangOptions::ClangABI::Ver11)) { in mangleExpression() 5389 if (isCompatibleWith(LangOptions::ClangABI::Ver17)) { in mangleExpression() 6007 !isCompatibleWith(LangOptions::ClangABI::Ver17)) { in mangleTemplateArg() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/ |
| H A D | SymbolLocatorDefault.cpp | 206 mspec.GetArchitecture().GetTriple().isCompatibleWith( in LocateExecutableSymbolFile()
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CodeGenSchedule.h | 391 bool isCompatibleWith(const STIPredicateFunction &Other) const { in isCompatibleWith() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| H A D | Triple.h | 1131 bool isCompatibleWith(const Triple &Other) const;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ |
| H A D | OffloadBundler.cpp | 135 Triple.isCompatibleWith(Target.Triple) && TargetID == Target.TargetID; in operator ==() 1101 !CodeObjectInfo.Triple.isCompatibleWith(TargetInfo.Triple)) { in isCodeObjectCompatible()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 572 if (!TMBuilder.TheTriple.isCompatibleWith(TheTriple)) in addModule()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Linker/ |
| H A D | IRMover.cpp | 1596 !SrcTriple.isCompatibleWith(DstTriple)) in run()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | Triple.cpp | 1850 bool Triple::isCompatibleWith(const Triple &Other) const { in isCompatibleWith() function in Triple
|