Searched defs:getPLT0 (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86PLT.cpp90 size = getPLT0()->size();
121 PLTEntryBase* X86PLT::getPLT0() const { function in class:mcld::X86PLT
125 "FragmentList is empty, getPLT0 failed!");
143 PLTEntryBase* plt0 = getPLT0();
226 PLTEntryBase* plt0 = getPLT0();
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonPLT.cpp53 PLTEntryBase* HexagonPLT::getPLT0() const { function in class:mcld::HexagonPLT
57 "FragmentList is empty, getPLT0 failed!");
67 size = getPLT0()->size();
96 PLTEntryBase* plt0 = getPLT0();

Completed in 356 milliseconds