Searched refs:isCompatibleWith (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/gnu/llvm/lld/ELF/
H A DThunks.h52 virtual bool isCompatibleWith(const InputSection &, function in class:lld::elf::Thunk
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, function in class:ARMThunk
610 bool ThumbThunk::isCompatibleWith(cons function in class:ThumbThunk
1029 bool PPC32PltCallStub::isCompatibleWith(const InputSection &isec, function in class:PPC32PltCallStub
1085 bool PPC64PltCallStub::isCompatibleWith(const InputSection &isec, function in class:PPC64PltCallStub
1128 bool PPC64R2SaveStub::isCompatibleWith(const InputSection &isec, function in class:PPC64R2SaveStub
1163 bool PPC64R12SetupStub::isCompatibleWith(const InputSection &isec, function in class:PPC64R12SetupStub
1199 bool PPC64PCRelPLTStub::isCompatibleWith(const InputSection &isec, function in class:PPC64PCRelPLTStub
1215 bool PPC64LongBranchThunk::isCompatibleWith(const InputSection &isec, function in class:PPC64LongBranchThunk
[all...]
H A DRelocations.cpp2125 t->isCompatibleWith(*isec, rel) &&
/openbsd-current/gnu/llvm/lldb/source/Symbol/
H A DLocateSymbolFile.cpp375 mspec.GetArchitecture().GetTriple().isCompatibleWith(
/openbsd-current/gnu/llvm/llvm/include/llvm/TargetParser/
H A DTriple.h1054 bool isCompatibleWith(const Triple &Other) const;
/openbsd-current/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenSchedule.h384 bool isCompatibleWith(const STIPredicateFunction &Other) const { function in class:llvm::STIPredicateFunction
/openbsd-current/gnu/llvm/clang/lib/Driver/
H A DOffloadBundler.cpp115 Triple.isCompatibleWith(Target.Triple) && TargetID == Target.TargetID;
159 !CodeObjectInfo.Triple.isCompatibleWith(TargetInfo.Triple)) {
/openbsd-current/gnu/llvm/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp585 if (!TMBuilder.TheTriple.isCompatibleWith(TheTriple))
/openbsd-current/gnu/llvm/llvm/lib/TargetParser/
H A DTriple.cpp1798 bool Triple::isCompatibleWith(const Triple &Other) const {
/openbsd-current/gnu/llvm/llvm/lib/Linker/
H A DIRMover.cpp1615 !SrcTriple.isCompatibleWith(DstTriple))

Completed in 227 milliseconds