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

/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonPLT.h1 //===- HexagonPLT.h -------------------------------------------------------===//
47 // HexagonPLT Entry
55 // HexagonPLT
57 /** \class HexagonPLT
60 class HexagonPLT : public PLT { class in namespace:mcld
62 HexagonPLT(LDSection& pSection,
65 ~HexagonPLT();
H A DHexagonPLT.cpp1 //===- HexagonPLT.cpp -----------------------------------------------------===//
9 #include "HexagonPLT.h"
33 // HexagonPLT
35 HexagonPLT::HexagonPLT(LDSection& pSection, function in class:mcld::HexagonPLT
50 HexagonPLT::~HexagonPLT() {
53 PLTEntryBase* HexagonPLT::getPLT0() const {
64 void HexagonPLT::finalizeSectionSize() {
70 HexagonPLT
[all...]

Completed in 691 milliseconds