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

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMPLT.h60 ARMPLT0* getPLT0() const;
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64PLT.h64 AArch64PLT0* getPLT0() const;
/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();
H A DX86PLT.h119 PLTEntryBase* getPLT0() const;
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonPLT.h81 PLTEntryBase* getPLT0() const;
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 101 milliseconds