Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DThunks.cpp80 bool isCompatibleWith(const InputSection &isec,
110 bool isCompatibleWith(const InputSection &isec,
174 bool isCompatibleWith(const InputSection &isec,
185 bool isCompatibleWith(const InputSection &isec,
251 bool isCompatibleWith(const InputSection &isec, const Relocation &rel) const override;
280 bool isCompatibleWith(const InputSection &isec,
346 bool isCompatibleWith(const InputSection &isec,
363 bool isCompatibleWith(const InputSection &isec,
407 bool isCompatibleWith(const InputSection &isec,
515 bool ARMThunk::isCompatibleWith(const InputSection &isec, in isCompatibleWith() function in ARMThunk
[all …]
DThunks.h52 virtual bool isCompatibleWith(const InputSection &, in isCompatibleWith() function
DRelocations.cpp1911 t->isCompatibleWith(*isec, rel) && in getThunk()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
DSingleUnitImpl.java122 boolean isCompatibleWith(SingleUnitImpl other) { in isCompatibleWith() method in SingleUnitImpl
DMeasureUnitImpl.java151 if (candidate.isCompatibleWith(singleUnit)) { in appendSingleUnit()
/external/icu/android_icu4j/src/main/java/android/icu/impl/units/
DSingleUnitImpl.java126 boolean isCompatibleWith(SingleUnitImpl other) { in isCompatibleWith() method in SingleUnitImpl
DMeasureUnitImpl.java155 if (candidate.isCompatibleWith(singleUnit)) { in appendSingleUnit()
/external/icu/icu4c/source/i18n/
Dmeasunit_impl.h86 bool isCompatibleWith(const SingleUnitImpl& other) const { in isCompatibleWith() function
Dmeasunit_extra.cpp743 if (candidate->isCompatibleWith(unit)) { in appendImpl()
/external/icu/libicu/cts_headers/
Dmeasunit_impl.h86 bool isCompatibleWith(const SingleUnitImpl& other) const { in isCompatibleWith() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DTriple.h848 bool isCompatibleWith(const Triple &Other) const;
/external/llvm-project/llvm/include/llvm/ADT/
DTriple.h900 bool isCompatibleWith(const Triple &Other) const;
/external/llvm-project/llvm/utils/TableGen/
DCodeGenSchedule.h389 bool isCompatibleWith(const STIPredicateFunction &Other) const { in isCompatibleWith() function
/external/llvm-project/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp547 if (!TMBuilder.TheTriple.isCompatibleWith(TheTriple)) in addModule()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp523 if (!TMBuilder.TheTriple.isCompatibleWith(TheTriple)) in addModule()
/external/llvm-project/polly/include/polly/
DScopInfo.h368 bool isCompatibleWith(const ScopArrayInfo *Array) const;
/external/llvm-project/llvm/lib/Linker/
DIRMover.cpp1433 !SrcTriple.isCompatibleWith(DstTriple)) in run()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DIRMover.cpp1431 !SrcTriple.isCompatibleWith(DstTriple)) in run()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTriple.cpp1572 bool Triple::isCompatibleWith(const Triple &Other) const { in isCompatibleWith() function in Triple
/external/llvm-project/llvm/lib/Support/
DTriple.cpp1593 bool Triple::isCompatibleWith(const Triple &Other) const { in isCompatibleWith() function in Triple
/external/llvm-project/polly/lib/Analysis/
DScopInfo.cpp264 bool ScopArrayInfo::isCompatibleWith(const ScopArrayInfo *Array) const { in isCompatibleWith() function in ScopArrayInfo
DScopBuilder.cpp3201 !BasePtrSAI->isCompatibleWith(CanonicalBasePtrSAI)) in canonicalizeDynamicBasePtrs()