HomeSort by relevance Sort by last modified time
    Searched refs:isMyDuty (Results 1 - 10 of 10) sorted by null

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMToARMStub.h 38 // isMyDuty
39 bool isMyDuty(const class Relocation& pReloc,
ARMToTHMStub.h 38 // isMyDuty
39 bool isMyDuty(const class Relocation& pReloc,
THMToARMStub.h 38 // isMyDuty
39 bool isMyDuty(const class Relocation& pReloc,
THMToTHMStub.h 38 // isMyDuty
39 bool isMyDuty(const class Relocation& pReloc,
ARMToARMStub.cpp 64 bool ARMToARMStub::isMyDuty(const class Relocation& pReloc,
ARMToTHMStub.cpp 66 bool ARMToTHMStub::isMyDuty(const class Relocation& pReloc,
THMToARMStub.cpp 66 bool THMToARMStub::isMyDuty(const class Relocation& pReloc,
THMToTHMStub.cpp 68 bool THMToTHMStub::isMyDuty(const class Relocation& pReloc,
  /frameworks/compile/mclinker/include/mcld/Fragment/
Stub.h 70 /// 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/
StubFactory.cpp 118 if ((*it)->isMyDuty(pReloc, pSource, pTargetSymValue))

Completed in 50 milliseconds