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

/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonPLT.h48 class HexagonPLT1;
79 HexagonPLT1* create();
98 class HexagonPLT1 : public PLT::Entry<sizeof(hexagon_plt1)> class in namespace:mcld
101 HexagonPLT1(SectionData& pParent);
H A DHexagonPLT.cpp29 HexagonPLT1::HexagonPLT1(SectionData& pParent) function in class:HexagonPLT1
100 HexagonPLT1* HexagonPLT::create()
102 return new HexagonPLT1(*m_pSectionData);
150 uint64_t PLT1EntrySize = HexagonPLT1::EntrySize;
151 HexagonPLT1* plt1 = NULL;
155 plt1 = &(llvm::cast<HexagonPLT1>(*it));
156 Out = static_cast<uint32_t*>(malloc(HexagonPLT1::EntrySize));
191 HexagonPLT1* plt1 = 0;
194 plt1 = &(llvm::cast<HexagonPLT1>(*i
[all...]

Completed in 68 milliseconds