Searched refs:isMyDuty (Results 1 - 24 of 24) sorted by path

/frameworks/compile/mclinker/include/mcld/Fragment/
H A DStub.h66 /// isMyDuty - return true when the pReloc is problematic and the stub is able
68 virtual bool isMyDuty(const Relocation& pReloc, function in class:mcld::Stub
74 virtual bool isMyDuty(const FragmentRef& pFragRef) const { function in class:mcld::Stub
/frameworks/compile/mclinker/lib/LD/
H A DStubFactory.cpp114 if ((*it)->isMyDuty(pReloc, pSource, pTargetSymValue))
123 if ((*it)->isMyDuty(pFragRef))
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64CA53Erratum835769Stub.cpp46 bool AArch64CA53Erratum835769Stub::isMyDuty(const FragmentRef& pFragRef) const { function in class:mcld::AArch64CA53Erratum835769Stub
H A DAArch64CA53Erratum835769Stub.h36 bool isMyDuty(const FragmentRef& pFragRef) const;
H A DAArch64CA53Erratum843419Stub.cpp61 bool AArch64CA53Erratum843419Stub::isMyDuty(const FragmentRef& pFragRef) const { function in class:mcld::AArch64CA53Erratum843419Stub
H A DAArch64CA53Erratum843419Stub.h41 bool isMyDuty(const FragmentRef& pFragRef) const;
H A DAArch64CA53Erratum843419Stub2.cpp49 bool AArch64CA53Erratum843419Stub2::isMyDuty( function in class:mcld::AArch64CA53Erratum843419Stub2
H A DAArch64CA53Erratum843419Stub2.h36 bool isMyDuty(const FragmentRef& pFragRef) const;
H A DAArch64CA53ErratumStub.cpp65 bool AArch64CA53ErratumStub::isMyDuty(const FragmentRef& pFragRef) const { function in class:mcld::AArch64CA53ErratumStub
72 assert(isMyDuty(pSrcFragRef));
H A DAArch64CA53ErratumStub.h36 bool isMyDuty(const FragmentRef& pFragRef) const;
H A DAArch64LongBranchStub.cpp81 bool AArch64LongBranchStub::isMyDuty(const Relocation& pReloc, function in class:mcld::AArch64LongBranchStub
H A DAArch64LongBranchStub.h30 bool isMyDuty(const Relocation& pReloc,
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMToARMStub.cpp61 bool ARMToARMStub::isMyDuty(const class Relocation& pReloc, function in class:mcld::ARMToARMStub
H A DARMToARMStub.h32 // isMyDuty
33 bool isMyDuty(const class Relocation& pReloc,
H A DARMToTHMStub.cpp63 bool ARMToTHMStub::isMyDuty(const class Relocation& pReloc, function in class:mcld::ARMToTHMStub
H A DARMToTHMStub.h32 // isMyDuty
33 bool isMyDuty(const class Relocation& pReloc,
H A DTHMToARMStub.cpp70 bool THMToARMStub::isMyDuty(const class Relocation& pReloc, function in class:mcld::THMToARMStub
H A DTHMToARMStub.h31 // isMyDuty
32 bool isMyDuty(const class Relocation& pReloc,
H A DTHMToTHMStub.cpp72 bool THMToTHMStub::isMyDuty(const class Relocation& pReloc, function in class:mcld::THMToTHMStub
H A DTHMToTHMStub.h31 // isMyDuty
32 bool isMyDuty(const class Relocation& pReloc,
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonAbsoluteStub.cpp60 bool HexagonAbsoluteStub::isMyDuty(const class Relocation& pReloc, function in class:mcld::HexagonAbsoluteStub
H A DHexagonAbsoluteStub.h32 // isMyDuty
33 bool isMyDuty(const class Relocation& pReloc,
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLA25Stub.cpp50 bool MipsLA25Stub::isMyDuty(const Relocation& pReloc, function in class:mcld::MipsLA25Stub
H A DMipsLA25Stub.h32 bool isMyDuty(const Relocation& pReloc,

Completed in 1321 milliseconds