HomeSort by relevance Sort by last modified time
    Searched refs:HexagonPLT1 (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.h 48 class HexagonPLT1;
79 HexagonPLT1* create();
98 class HexagonPLT1 : public PLT::Entry<sizeof(hexagon_plt1)>
101 HexagonPLT1(SectionData& pParent);
HexagonPLT.cpp 29 HexagonPLT1::HexagonPLT1(SectionData& pParent)
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>(*it))
    [all...]

Completed in 341 milliseconds