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

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMToARMStub.h38 // isMyDuty
39 bool isMyDuty(const class Relocation& pReloc,
H A DARMToTHMStub.h38 // isMyDuty
39 bool isMyDuty(const class Relocation& pReloc,
H A DTHMToARMStub.h38 // isMyDuty
39 bool isMyDuty(const class Relocation& pReloc,
H A DTHMToTHMStub.h38 // isMyDuty
39 bool isMyDuty(const class Relocation& pReloc,
H A DARMToARMStub.cpp64 bool ARMToARMStub::isMyDuty(const class Relocation& pReloc, function in class:ARMToARMStub
H A DARMToTHMStub.cpp66 bool ARMToTHMStub::isMyDuty(const class Relocation& pReloc, function in class:ARMToTHMStub
H A DTHMToARMStub.cpp66 bool THMToARMStub::isMyDuty(const class Relocation& pReloc, function in class:THMToARMStub
H A DTHMToTHMStub.cpp68 bool THMToTHMStub::isMyDuty(const class Relocation& pReloc, function in class:THMToTHMStub
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonAbsoluteStub.h38 // isMyDuty
39 bool isMyDuty(const class Relocation& pReloc,
H A DHexagonAbsoluteStub.cpp61 bool HexagonAbsoluteStub::isMyDuty(const class Relocation& pReloc, function in class:HexagonAbsoluteStub
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DStub.h70 /// isMyDuty - return true when the pReloc is problematic and the stub is able
72 virtual bool isMyDuty(const class Relocation& pReloc,
/frameworks/compile/mclinker/lib/LD/
H A DStubFactory.cpp118 if ((*it)->isMyDuty(pReloc, pSource, pTargetSymValue))

Completed in 29 milliseconds