/frameworks/compile/mclinker/lib/Target/AArch64/ |
H A D | AArch64CA53Erratum835769Stub.h | 36 bool isMyDuty(const FragmentRef& pFragRef) const;
|
H A D | AArch64CA53Erratum843419Stub.h | 41 bool isMyDuty(const FragmentRef& pFragRef) const;
|
H A D | AArch64CA53Erratum843419Stub2.h | 36 bool isMyDuty(const FragmentRef& pFragRef) const;
|
H A D | AArch64CA53Erratum843419Stub2.cpp | 49 bool AArch64CA53Erratum843419Stub2::isMyDuty( function in class:mcld::AArch64CA53Erratum843419Stub2
|
H A D | AArch64CA53ErratumStub.h | 36 bool isMyDuty(const FragmentRef& pFragRef) const;
|
H A D | AArch64LongBranchStub.h | 30 bool isMyDuty(const Relocation& pReloc,
|
H A D | AArch64CA53ErratumStub.cpp | 65 bool AArch64CA53ErratumStub::isMyDuty(const FragmentRef& pFragRef) const { function in class:mcld::AArch64CA53ErratumStub 72 assert(isMyDuty(pSrcFragRef));
|
H A D | AArch64CA53Erratum835769Stub.cpp | 46 bool AArch64CA53Erratum835769Stub::isMyDuty(const FragmentRef& pFragRef) const { function in class:mcld::AArch64CA53Erratum835769Stub
|
H A D | AArch64CA53Erratum843419Stub.cpp | 61 bool AArch64CA53Erratum843419Stub::isMyDuty(const FragmentRef& pFragRef) const { function in class:mcld::AArch64CA53Erratum843419Stub
|
H A D | AArch64LongBranchStub.cpp | 81 bool AArch64LongBranchStub::isMyDuty(const Relocation& pReloc, function in class:mcld::AArch64LongBranchStub
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
H A D | ARMToARMStub.h | 32 // isMyDuty 33 bool isMyDuty(const class Relocation& pReloc,
|
H A D | ARMToTHMStub.h | 32 // isMyDuty 33 bool isMyDuty(const class Relocation& pReloc,
|
H A D | THMToARMStub.h | 31 // isMyDuty 32 bool isMyDuty(const class Relocation& pReloc,
|
H A D | THMToTHMStub.h | 31 // isMyDuty 32 bool isMyDuty(const class Relocation& pReloc,
|
H A D | ARMToARMStub.cpp | 61 bool ARMToARMStub::isMyDuty(const class Relocation& pReloc, function in class:mcld::ARMToARMStub
|
H A D | ARMToTHMStub.cpp | 63 bool ARMToTHMStub::isMyDuty(const class Relocation& pReloc, function in class:mcld::ARMToTHMStub
|
H A D | THMToARMStub.cpp | 70 bool THMToARMStub::isMyDuty(const class Relocation& pReloc, function in class:mcld::THMToARMStub
|
H A D | THMToTHMStub.cpp | 72 bool THMToTHMStub::isMyDuty(const class Relocation& pReloc, function in class:mcld::THMToTHMStub
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
H A D | HexagonAbsoluteStub.h | 32 // isMyDuty 33 bool isMyDuty(const class Relocation& pReloc,
|
H A D | HexagonAbsoluteStub.cpp | 60 bool HexagonAbsoluteStub::isMyDuty(const class Relocation& pReloc, function in class:mcld::HexagonAbsoluteStub
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
H A D | MipsLA25Stub.h | 32 bool isMyDuty(const Relocation& pReloc,
|
H A D | MipsLA25Stub.cpp | 50 bool MipsLA25Stub::isMyDuty(const Relocation& pReloc, function in class:mcld::MipsLA25Stub
|
/frameworks/compile/mclinker/include/mcld/Fragment/ |
H A D | Stub.h | 66 /// 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 D | StubFactory.cpp | 114 if ((*it)->isMyDuty(pReloc, pSource, pTargetSymValue)) 123 if ((*it)->isMyDuty(pFragRef))
|