Searched defs:HexagonPLT1 (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonPLT.h43 class HexagonPLT1;
73 HexagonPLT1* create();
90 class HexagonPLT1 : public PLT::Entry<sizeof(hexagon_plt1)> { class in namespace:mcld
92 HexagonPLT1(SectionData& pParent);
H A DHexagonPLT.cpp28 HexagonPLT1::HexagonPLT1(SectionData& pParent) function in class:mcld::HexagonPLT1
91 HexagonPLT1* HexagonPLT::create() {
92 return new HexagonPLT1(*m_pSectionData);
137 uint64_t PLT1EntrySize = HexagonPLT1::EntrySize;
138 HexagonPLT1* plt1 = NULL;
142 plt1 = &(llvm::cast<HexagonPLT1>(*it));
143 Out = static_cast<uint32_t*>(malloc(HexagonPLT1::EntrySize));
179 HexagonPLT1* plt1 = 0;
182 plt1 = &(llvm::cast<HexagonPLT1>(*i
[all...]

Completed in 326 milliseconds