OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HexagonGOT
(Results
1 - 6
of
6
) sorted by null
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonGOT.cpp
1
//===-
HexagonGOT
.cpp -----------------------------------------------------===//
9
#include "
HexagonGOT
.h"
19
//
HexagonGOT
21
HexagonGOT
::
HexagonGOT
(LDSection& pSection) : GOT(pSection) {
24
HexagonGOT
::~
HexagonGOT
() {
27
HexagonGOTEntry*
HexagonGOT
::create() {
HexagonGOT.h
1
//===-
HexagonGOT
.h -------------------------------------------------------===//
28
/** \class
HexagonGOT
32
class
HexagonGOT
: public GOT {
34
explicit
HexagonGOT
(LDSection& pSection);
36
~
HexagonGOT
();
HexagonGOTPLT.h
12
#include "
HexagonGOT
.h"
26
class HexagonGOTPLT : public
HexagonGOT
{
HexagonLDBackend.h
13
#include "
HexagonGOT
.h"
39
HexagonGOT
& getGOT();
41
const
HexagonGOT
& getGOT() const;
174
HexagonGOT
* m_pGOT;
HexagonGOTPLT.cpp
23
HexagonGOTPLT::HexagonGOTPLT(LDSection& pSection) :
HexagonGOT
(pSection) {
HexagonLDBackend.cpp
229
HexagonGOT
& HexagonLDBackend::getGOT() {
234
const
HexagonGOT
& HexagonLDBackend::getGOT() const {
313
for (
HexagonGOT
::iterator it = m_pGOT->begin(), ie = m_pGOT->end(); it != ie;
410
m_pGOT = new
HexagonGOT
(got);
[
all
...]
Completed in 395 milliseconds