Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/ARM/
DARMToTHMStub.h36 bool isMyDuty(const class Relocation& pReloc,
DARMToARMStub.h36 bool isMyDuty(const class Relocation& pReloc,
DTHMToTHMStub.h35 bool isMyDuty(const class Relocation& pReloc,
DTHMToARMStub.h35 bool isMyDuty(const class Relocation& pReloc,
DARMToARMStub.cpp64 bool ARMToARMStub::isMyDuty(const class Relocation& pReloc, in isMyDuty() function in ARMToARMStub
DARMToTHMStub.cpp66 bool ARMToTHMStub::isMyDuty(const class Relocation& pReloc, in isMyDuty() function in ARMToTHMStub
DTHMToTHMStub.cpp74 bool THMToTHMStub::isMyDuty(const class Relocation& pReloc, in isMyDuty() function in THMToTHMStub
DTHMToARMStub.cpp72 bool THMToARMStub::isMyDuty(const class Relocation& pReloc, in isMyDuty() function in THMToARMStub
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLA25Stub.h34 bool isMyDuty(const Relocation& pReloc,
DMipsLA25Stub.cpp62 bool MipsLA25Stub::isMyDuty(const Relocation& pReloc, in isMyDuty() function in mcld::MipsLA25Stub
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonAbsoluteStub.h36 bool isMyDuty(const class Relocation& pReloc,
DHexagonAbsoluteStub.cpp62 bool HexagonAbsoluteStub::isMyDuty(const class Relocation& pReloc, in isMyDuty() function in HexagonAbsoluteStub
/frameworks/compile/mclinker/include/mcld/Fragment/
DStub.h69 virtual bool isMyDuty(const class Relocation& pReloc,
/frameworks/compile/mclinker/lib/LD/
DStubFactory.cpp127 if ((*it)->isMyDuty(pReloc, pSource, pTargetSymValue)) in findPrototype()