Searched refs:getPLT0 (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMPLT.h69 ARMPLT0* getPLT0() const;
H A DARMPLT.cpp84 ARMPLT0* ARMPLT::getPLT0() const { function in class:ARMPLT
89 "FragmentList is empty, getPLT0 failed!");
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonPLT.h89 PLTEntryBase* getPLT0() const;
H A DHexagonPLT.cpp60 PLTEntryBase* HexagonPLT::getPLT0() const function in class:HexagonPLT
65 "FragmentList is empty, getPLT0 failed!");
76 size = getPLT0()->size();
124 PLTEntryBase* plt0 = getPLT0();
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86PLT.cpp106 size = getPLT0()->size();
156 PLTEntryBase* X86PLT::getPLT0() const function in class:X86PLT
161 "FragmentList is empty, getPLT0 failed!");
181 PLTEntryBase* plt0 = getPLT0();
267 PLTEntryBase* plt0 = getPLT0();
H A DX86PLT.h134 PLTEntryBase* getPLT0() const;

Completed in 64 milliseconds