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

  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.h 1 //===- HexagonPLT.h -------------------------------------------------------===//
47 // HexagonPLT Entry
55 // HexagonPLT
57 /** \class HexagonPLT
60 class HexagonPLT : public PLT {
62 HexagonPLT(LDSection& pSection,
65 ~HexagonPLT();
HexagonPLT.cpp 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()
    [all...]

Completed in 45 milliseconds