Home | History | Annotate | Download | only in Hexagon

Lines Matching defs:HexagonPLT

1 //===- HexagonPLT.cpp -----------------------------------------------------===//
9 #include "HexagonPLT.h"
33 // HexagonPLT
35 HexagonPLT::HexagonPLT(LDSection& pSection,
50 HexagonPLT::~HexagonPLT() {
53 PLTEntryBase* HexagonPLT::getPLT0() const {
64 void HexagonPLT::finalizeSectionSize() {
70 HexagonPLT::iterator it = begin();
87 bool HexagonPLT::hasPLT1() const {
91 HexagonPLT1* HexagonPLT::create() {
95 void HexagonPLT::applyPLT0() {
119 void HexagonPLT::applyPLT1() {
126 HexagonPLT::iterator it = m_pSectionData->begin();
127 HexagonPLT::iterator ie = m_pSectionData->end();
168 uint64_t HexagonPLT::emit(MemoryRegion& pRegion) {
180 HexagonPLT::iterator ie = end();