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

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMToARMStub.h35 // isMyDuty
36 bool isMyDuty(const class Relocation& pReloc,
H A DARMToTHMStub.h35 // isMyDuty
36 bool isMyDuty(const class Relocation& pReloc,
H A DTHMToARMStub.h34 // isMyDuty
35 bool isMyDuty(const class Relocation& pReloc,
H A DTHMToTHMStub.h34 // isMyDuty
35 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.cpp72 bool THMToARMStub::isMyDuty(const class Relocation& pReloc, function in class:THMToARMStub
H A DTHMToTHMStub.cpp74 bool THMToTHMStub::isMyDuty(const class Relocation& pReloc, function in class:THMToTHMStub
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonAbsoluteStub.h35 // isMyDuty
36 bool isMyDuty(const class Relocation& pReloc,
H A DHexagonAbsoluteStub.cpp62 bool HexagonAbsoluteStub::isMyDuty(const class Relocation& pReloc, function in class:HexagonAbsoluteStub
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLA25Stub.h34 bool isMyDuty(const Relocation& pReloc,
H A DMipsLA25Stub.cpp62 bool MipsLA25Stub::isMyDuty(const Relocation& pReloc, function in class:mcld::MipsLA25Stub
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DStub.h67 /// isMyDuty - return true when the pReloc is problematic and the stub is able
69 virtual bool isMyDuty(const class Relocation& pReloc,
/frameworks/compile/mclinker/lib/LD/
H A DStubFactory.cpp127 if ((*it)->isMyDuty(pReloc, pSource, pTargetSymValue))

Completed in 2530 milliseconds