Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/ELF/
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 …]
DThunks.h52 virtual bool isCompatibleWith(const InputSection &, in isCompatibleWith() function
DRelocations.cpp2125 t->isCompatibleWith(*isec, rel) && in getThunk()
/openbsd/src/gnu/llvm/lldb/source/Symbol/
DLocateSymbolFile.cpp375 mspec.GetArchitecture().GetTriple().isCompatibleWith( in LocateExecutableSymbolFile()
/openbsd/src/gnu/llvm/clang/lib/Driver/
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/
DCodeGenSchedule.h384 bool isCompatibleWith(const STIPredicateFunction &Other) const { in isCompatibleWith() function
/openbsd/src/gnu/llvm/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp585 if (!TMBuilder.TheTriple.isCompatibleWith(TheTriple)) in addModule()
/openbsd/src/gnu/llvm/llvm/lib/Linker/
DIRMover.cpp1615 !SrcTriple.isCompatibleWith(DstTriple)) in run()