OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HexagonPLT
(Results
1 - 6
of
6
) sorted by null
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonGOTPLT.h
21
class
HexagonPLT
;
42
void applyAllGOTPLT(const
HexagonPLT
& pPLT);
HexagonPLT.cpp
1
//===-
HexagonPLT
.cpp -----------------------------------------------------===//
9
#include "
HexagonPLT
.h"
35
//
HexagonPLT
37
HexagonPLT
::
HexagonPLT
(LDSection& pSection,
56
HexagonPLT
::~
HexagonPLT
()
60
PLTEntryBase*
HexagonPLT
::getPLT0() const
72
void
HexagonPLT
::finalizeSectionSize()
79
HexagonPLT
::iterator it = begin()
[
all
...]
HexagonPLT.h
1
//===-
HexagonPLT
.h -------------------------------------------------------===//
51
//
HexagonPLT
Entry
60
//
HexagonPLT
62
/** \class
HexagonPLT
65
class
HexagonPLT
: public PLT
68
HexagonPLT
(LDSection& pSection,
71
~
HexagonPLT
();
HexagonLDBackend.h
14
#include "
HexagonPLT
.h"
44
HexagonPLT
& getPLT();
46
const
HexagonPLT
& getPLT() const;
181
HexagonPLT
* m_pPLT;
HexagonGOTPLT.cpp
10
#include "
HexagonPLT
.h"
52
void HexagonGOTPLT::applyAllGOTPLT(const
HexagonPLT
& pPLT)
HexagonLDBackend.cpp
153
HexagonPLT
::iterator it = m_pPLT->begin();
161
HexagonPLT
::iterator ie = m_pPLT->end();
244
HexagonPLT
& HexagonLDBackend::getPLT()
250
const
HexagonPLT
& HexagonLDBackend::getPLT() const
440
m_pPLT = new
HexagonPLT
(plt,
[
all
...]
Completed in 58 milliseconds