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 69 ARMPLT0* getPLT0() const;
ARMPLT.cpp 84 ARMPLT0* ARMPLT::getPLT0() const {
89 "FragmentList is empty, getPLT0 failed!");
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.h 89 PLTEntryBase* getPLT0() const;
HexagonPLT.cpp 60 PLTEntryBase* HexagonPLT::getPLT0() const
65 "FragmentList is empty, getPLT0 failed!");
76 size = getPLT0()->size();
124 PLTEntryBase* plt0 = getPLT0();
  /frameworks/compile/mclinker/lib/Target/X86/
X86PLT.cpp 106 size = getPLT0()->size();
156 PLTEntryBase* X86PLT::getPLT0() const
161 "FragmentList is empty, getPLT0 failed!");
181 PLTEntryBase* plt0 = getPLT0();
267 PLTEntryBase* plt0 = getPLT0();
X86PLT.h 134 PLTEntryBase* getPLT0() const;

Completed in 724 milliseconds