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

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMPLT.h67 ARMPLT0* getPLT0() const;
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64PLT.h71 AArch64PLT0* getPLT0() const;
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86PLT.cpp102 size = getPLT0()->size();
135 PLTEntryBase* X86PLT::getPLT0() const function in class:X86PLT
140 "FragmentList is empty, getPLT0 failed!");
160 PLTEntryBase* plt0 = getPLT0();
246 PLTEntryBase* plt0 = getPLT0();
H A DX86PLT.h132 PLTEntryBase* getPLT0() const;
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonPLT.h87 PLTEntryBase* getPLT0() const;
H A DHexagonPLT.cpp59 PLTEntryBase* HexagonPLT::getPLT0() const function in class:HexagonPLT
64 "FragmentList is empty, getPLT0 failed!");
75 size = getPLT0()->size();
107 PLTEntryBase* plt0 = getPLT0();

Completed in 68 milliseconds