Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DThunks.cpp79 bool isCompatibleWith(const InputSection &isec,
111 bool isCompatibleWith(const InputSection &isec,
176 bool isCompatibleWith(const InputSection &isec,
187 bool isCompatibleWith(const InputSection &isec,
284 bool isCompatibleWith(const InputSection &isec,
314 bool isCompatibleWith(const InputSection &isec,
337 bool isCompatibleWith(const InputSection &isec,
354 bool isCompatibleWith(const InputSection &isec,
371 bool isCompatibleWith(const InputSection &isec,
505 bool ARMThunk::isCompatibleWith(const InputSection &isec, in isCompatibleWith() function in ARMThunk
[all …]
H A DThunks.h53 virtual bool isCompatibleWith(const InputSection &, in isCompatibleWith() function
H A DRelocations.cpp2070 t->isCompatibleWith(*isec, rel) && in getThunk()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DLocateSymbolFile.cpp372 mspec.GetArchitecture().GetTriple().isCompatibleWith( in LocateExecutableSymbolFile()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenSchedule.h385 bool isCompatibleWith(const STIPredicateFunction &Other) const { in isCompatibleWith() function
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DTriple.h1019 bool isCompatibleWith(const Triple &Other) const;
/llvm-project-15.0.7/clang/tools/clang-offload-bundler/
H A DClangOffloadBundler.cpp207 Triple.isCompatibleWith(Target.Triple) && GPUArch == Target.GPUArch; in operator ==()
1133 !CodeObjectInfo.Triple.isCompatibleWith(TargetInfo.Triple)) { in isCodeObjectCompatible()
/llvm-project-15.0.7/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp585 if (!TMBuilder.TheTriple.isCompatibleWith(TheTriple)) in addModule()
/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h381 bool isCompatibleWith(const ScopArrayInfo *Array) const;
/llvm-project-15.0.7/llvm/lib/Linker/
H A DIRMover.cpp1572 !SrcTriple.isCompatibleWith(DstTriple)) in run()
/llvm-project-15.0.7/llvm/lib/Support/
H A DTriple.cpp1769 bool Triple::isCompatibleWith(const Triple &Other) const { in isCompatibleWith() function in Triple
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopInfo.cpp268 bool ScopArrayInfo::isCompatibleWith(const ScopArrayInfo *Array) const { in isCompatibleWith() function in ScopArrayInfo
H A DScopBuilder.cpp3018 !BasePtrSAI->isCompatibleWith(CanonicalBasePtrSAI)) in canonicalizeDynamicBasePtrs()