Searched refs:isMyDuty (Results 1 - 14 of 14) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMToARMStub.h32 // isMyDuty
33 bool isMyDuty(const class Relocation& pReloc,
H A DARMToTHMStub.h32 // isMyDuty
33 bool isMyDuty(const class Relocation& pReloc,
H A DTHMToARMStub.h31 // isMyDuty
32 bool isMyDuty(const class Relocation& pReloc,
H A DTHMToTHMStub.h31 // isMyDuty
32 bool isMyDuty(const class Relocation& pReloc,
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.h32 // isMyDuty
33 bool isMyDuty(const class Relocation& pReloc,
H A DHexagonAbsoluteStub.cpp60 bool HexagonAbsoluteStub::isMyDuty(const class Relocation& pReloc, function in class:mcld::HexagonAbsoluteStub
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLA25Stub.h32 bool isMyDuty(const Relocation& pReloc,
H A DMipsLA25Stub.cpp57 bool MipsLA25Stub::isMyDuty(const Relocation& pReloc, function in class:mcld::MipsLA25Stub
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DStub.h64 /// isMyDuty - return true when the pReloc is problematic and the stub is able
66 virtual bool isMyDuty(const class Relocation& pReloc,
/frameworks/compile/mclinker/lib/LD/
H A DStubFactory.cpp128 if ((*it)->isMyDuty(pReloc, pSource, pTargetSymValue))

Completed in 85 milliseconds