OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HexagonPLT1
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.cpp
29
HexagonPLT1
::
HexagonPLT1
(SectionData& pParent)
106
plt1_entry = new
HexagonPLT1
(*m_SectionData);
113
HexagonPLT1
* HexagonPLT::consume()
119
return llvm::cast<
HexagonPLT1
>(&(*m_Last));
167
uint64_t PLT1EntrySize =
HexagonPLT1
::EntrySize;
168
HexagonPLT1
* plt1 = NULL;
172
plt1 = &(llvm::cast<
HexagonPLT1
>(*it));
173
Out = static_cast<uint32_t*>(malloc(
HexagonPLT1
::EntrySize));
208
HexagonPLT1
* plt1 = 0
[
all
...]
HexagonPLT.h
48
class
HexagonPLT1
;
81
HexagonPLT1
* consume();
103
class
HexagonPLT1
: public PLT::Entry<sizeof(hexagon_plt1)>
106
HexagonPLT1
(SectionData& pParent);
Completed in 708 milliseconds