Searched refs:HexagonPLT1 (Results 1 – 2 of 2) sorted by relevance
28 HexagonPLT1::HexagonPLT1(SectionData& pParent) in HexagonPLT1() function in mcld::HexagonPLT191 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()[all …]
43 class HexagonPLT1; variable73 HexagonPLT1* create();90 class HexagonPLT1 : public PLT::Entry<sizeof(hexagon_plt1)> {92 HexagonPLT1(SectionData& pParent);