Searched defs:isMyDuty (Results 1 - 12 of 12) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64CA53Erratum843419Stub2.cpp49 bool AArch64CA53Erratum843419Stub2::isMyDuty( function in class:mcld::AArch64CA53Erratum843419Stub2
H A DAArch64CA53Erratum835769Stub.cpp46 bool AArch64CA53Erratum835769Stub::isMyDuty(const FragmentRef& pFragRef) const { function in class:mcld::AArch64CA53Erratum835769Stub
H A DAArch64CA53Erratum843419Stub.cpp61 bool AArch64CA53Erratum843419Stub::isMyDuty(const FragmentRef& pFragRef) const { function in class:mcld::AArch64CA53Erratum843419Stub
H A DAArch64CA53ErratumStub.cpp65 bool AArch64CA53ErratumStub::isMyDuty(const FragmentRef& pFragRef) const { function in class:mcld::AArch64CA53ErratumStub
72 assert(isMyDuty(pSrcFragRef));
H A DAArch64LongBranchStub.cpp81 bool AArch64LongBranchStub::isMyDuty(const Relocation& pReloc, function in class:mcld::AArch64LongBranchStub
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLA25Stub.cpp50 bool MipsLA25Stub::isMyDuty(const Relocation& pReloc, function in class:mcld::MipsLA25Stub
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMToARMStub.cpp61 bool ARMToARMStub::isMyDuty(const class Relocation& pReloc, function in class:mcld::ARMToARMStub
H A DARMToTHMStub.cpp63 bool ARMToTHMStub::isMyDuty(const class Relocation& pReloc, function in class:mcld::ARMToTHMStub
H A DTHMToARMStub.cpp70 bool THMToARMStub::isMyDuty(const class Relocation& pReloc, function in class:mcld::THMToARMStub
H A DTHMToTHMStub.cpp72 bool THMToTHMStub::isMyDuty(const class Relocation& pReloc, function in class:mcld::THMToTHMStub
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonAbsoluteStub.cpp60 bool HexagonAbsoluteStub::isMyDuty(const class Relocation& pReloc, function in class:mcld::HexagonAbsoluteStub
/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

Completed in 3196 milliseconds