Lines Matching refs:HexagonPLT1
28 HexagonPLT1::HexagonPLT1(SectionData& pParent) in HexagonPLT1() function in mcld::HexagonPLT1
91 HexagonPLT1* HexagonPLT::create() { in create()
92 return new HexagonPLT1(*m_pSectionData); in create()
137 uint64_t PLT1EntrySize = HexagonPLT1::EntrySize; in applyPLT1()
138 HexagonPLT1* plt1 = NULL; in applyPLT1()
142 plt1 = &(llvm::cast<HexagonPLT1>(*it)); in applyPLT1()
143 Out = static_cast<uint32_t*>(malloc(HexagonPLT1::EntrySize)); in applyPLT1()
179 HexagonPLT1* plt1 = 0; in emit()
182 plt1 = &(llvm::cast<HexagonPLT1>(*it)); in emit()
183 memcpy(buffer + result, plt1->getValue(), HexagonPLT1::EntrySize); in emit()
184 result += HexagonPLT1::EntrySize; in emit()