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

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.cpp 84 ARMPLT0* ARMPLT::getPLT0() const {
89 "FragmentList is empty, getPLT0 failed!");
  /frameworks/compile/mclinker/lib/Target/Hexagon/
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();

Completed in 159 milliseconds