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

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.h 67 ARMPLT0* getPLT0() const;
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64PLT.h 71 AArch64PLT0* getPLT0() const;
  /frameworks/compile/mclinker/lib/Target/X86/
X86PLT.cpp 102 size = getPLT0()->size();
135 PLTEntryBase* X86PLT::getPLT0() const
140 "FragmentList is empty, getPLT0 failed!");
160 PLTEntryBase* plt0 = getPLT0();
246 PLTEntryBase* plt0 = getPLT0();
X86PLT.h 132 PLTEntryBase* getPLT0() const;
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.h 87 PLTEntryBase* getPLT0() const;
HexagonPLT.cpp 59 PLTEntryBase* HexagonPLT::getPLT0() const
64 "FragmentList is empty, getPLT0 failed!");
75 size = getPLT0()->size();
107 PLTEntryBase* plt0 = getPLT0();

Completed in 88 milliseconds