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

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64CA53Erratum843419Stub2.cpp 49 bool AArch64CA53Erratum843419Stub2::isMyDuty(
AArch64CA53Erratum835769Stub.cpp 46 bool AArch64CA53Erratum835769Stub::isMyDuty(const FragmentRef& pFragRef) const {
AArch64CA53Erratum843419Stub.cpp 61 bool AArch64CA53Erratum843419Stub::isMyDuty(const FragmentRef& pFragRef) const {
AArch64CA53ErratumStub.cpp 65 bool AArch64CA53ErratumStub::isMyDuty(const FragmentRef& pFragRef) const {
72 assert(isMyDuty(pSrcFragRef));
AArch64LongBranchStub.cpp 81 bool AArch64LongBranchStub::isMyDuty(const Relocation& pReloc,
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLA25Stub.cpp 50 bool MipsLA25Stub::isMyDuty(const Relocation& pReloc,
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMToARMStub.cpp 61 bool ARMToARMStub::isMyDuty(const class Relocation& pReloc,
ARMToTHMStub.cpp 63 bool ARMToTHMStub::isMyDuty(const class Relocation& pReloc,
THMToARMStub.cpp 70 bool THMToARMStub::isMyDuty(const class Relocation& pReloc,
THMToTHMStub.cpp 72 bool THMToTHMStub::isMyDuty(const class Relocation& pReloc,
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonAbsoluteStub.cpp 60 bool HexagonAbsoluteStub::isMyDuty(const class Relocation& pReloc,
  /frameworks/compile/mclinker/include/mcld/Fragment/
Stub.h 66 /// isMyDuty - return true when the pReloc is problematic and the stub is able
68 virtual bool isMyDuty(const Relocation& pReloc,
74 virtual bool isMyDuty(const FragmentRef& pFragRef) const {

Completed in 464 milliseconds