OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HexagonPLT
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.h
1
//===-
HexagonPLT
.h -------------------------------------------------------===//
51
//
HexagonPLT
Entry
60
//
HexagonPLT
62
/** \class
HexagonPLT
65
class
HexagonPLT
: public PLT
68
HexagonPLT
(LDSection& pSection,
71
~
HexagonPLT
();
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
...]
Completed in 25 milliseconds