HomeSort by relevance Sort by last modified time
    Searched refs:isMyDuty (Results 1 - 24 of 24) sorted by null

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64CA53Erratum835769Stub.h 36 bool isMyDuty(const FragmentRef& pFragRef) const;
AArch64CA53Erratum843419Stub2.h 36 bool isMyDuty(const FragmentRef& pFragRef) const;
AArch64CA53Erratum843419Stub.h 41 bool isMyDuty(const FragmentRef& pFragRef) const;
AArch64CA53Erratum843419Stub2.cpp 49 bool AArch64CA53Erratum843419Stub2::isMyDuty(
AArch64CA53ErratumStub.h 36 bool isMyDuty(const FragmentRef& pFragRef) const;
AArch64LongBranchStub.h 30 bool isMyDuty(const Relocation& pReloc,
AArch64CA53ErratumStub.cpp 65 bool AArch64CA53ErratumStub::isMyDuty(const FragmentRef& pFragRef) const {
72 assert(isMyDuty(pSrcFragRef));
AArch64CA53Erratum835769Stub.cpp 46 bool AArch64CA53Erratum835769Stub::isMyDuty(const FragmentRef& pFragRef) const {
AArch64CA53Erratum843419Stub.cpp 61 bool AArch64CA53Erratum843419Stub::isMyDuty(const FragmentRef& pFragRef) const {
AArch64LongBranchStub.cpp 81 bool AArch64LongBranchStub::isMyDuty(const Relocation& pReloc,
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLA25Stub.h 32 bool isMyDuty(const Relocation& pReloc,
MipsLA25Stub.cpp 50 bool MipsLA25Stub::isMyDuty(const Relocation& pReloc,
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMToARMStub.h 32 // isMyDuty
33 bool isMyDuty(const class Relocation& pReloc,
ARMToTHMStub.h 32 // isMyDuty
33 bool isMyDuty(const class Relocation& pReloc,
THMToARMStub.h 31 // isMyDuty
32 bool isMyDuty(const class Relocation& pReloc,
THMToTHMStub.h 31 // isMyDuty
32 bool isMyDuty(const class Relocation& pReloc,
ARMToARMStub.cpp 61 bool ARMToARMStub::isMyDuty(const class Relocation& pReloc,
ARMToTHMStub.cpp 63 bool ARMToTHMStub::isMyDuty(const class Relocation& pReloc,
THMToARMStub.cpp 70 bool THMToARMStub::isMyDuty(const class Relocation& pReloc,
THMToTHMStub.cpp 72 bool THMToTHMStub::isMyDuty(const class Relocation& pReloc,
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonAbsoluteStub.h 32 // isMyDuty
33 bool isMyDuty(const class Relocation& pReloc,
HexagonAbsoluteStub.cpp 60 bool HexagonAbsoluteStub::isMyDuty(const class Relocation& pReloc,
  /frameworks/compile/mclinker/include/mcld/Fragment/
Stub.h 66 /// isMyDuty - return true when the pReloc is problematic and the stub is able
68 virtual bool isMyDuty(const Relocation& pReloc,
74 virtual bool isMyDuty(const FragmentRef& pFragRef) const {
  /frameworks/compile/mclinker/lib/LD/
StubFactory.cpp 114 if ((*it)->isMyDuty(pReloc, pSource, pTargetSymValue))
123 if ((*it)->isMyDuty(pFragRef))

Completed in 635 milliseconds