Home
last modified time | relevance | path

Searched refs:isCompatibleWith (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/lld/ELF/
H A DThunks.cpp79 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 DThunks.h52 virtual bool isCompatibleWith(const InputSection &, in isCompatibleWith() function
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DLocateSymbolFile.cpp375 mspec.GetArchitecture().GetTriple().isCompatibleWith( in LocateExecutableSymbolFile()
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DOffloadBundler.cpp115 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 DCodeGenSchedule.h384 bool isCompatibleWith(const STIPredicateFunction &Other) const { in isCompatibleWith() function
/openbsd-src/gnu/llvm/llvm/include/llvm/TargetParser/
H A DTriple.h1054 bool isCompatibleWith(const Triple &Other) const;
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp585 if (!TMBuilder.TheTriple.isCompatibleWith(TheTriple)) in addModule()
/openbsd-src/gnu/llvm/llvm/lib/Linker/
H A DIRMover.cpp1615 !SrcTriple.isCompatibleWith(DstTriple)) in run()
/openbsd-src/gnu/llvm/llvm/lib/TargetParser/
H A DTriple.cpp1798 bool Triple::isCompatibleWith(const Triple &Other) const { in isCompatibleWith() function in Triple