Home
last modified time | relevance | path

Searched refs:HexagonPLT0 (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonPLT.cpp24 HexagonPLT0::HexagonPLT0(SectionData& pParent) in HexagonPLT0() function in mcld::HexagonPLT0
46 new HexagonPLT0(*m_pSectionData); in HexagonPLT()
134 plt_base + HexagonPLT0::EntrySize; // Offset of PLT0 in applyPLT1()
174 llvm::cast<HexagonPLT0>((*it)).getValue(), in emit()
175 HexagonPLT0::EntrySize); in emit()
176 result += HexagonPLT0::EntrySize; in emit()
DHexagonPLT.h49 class HexagonPLT0 : public PLT::Entry<sizeof(hexagon_plt0)> {
51 HexagonPLT0(SectionData& pParent);