OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:applyPLT1
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.cpp
130
void ARMPLT::
applyPLT1
() {
140
assert(it != ie && "FragmentList is empty,
applyPLT1
failed!");
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.cpp
147
void HexagonPLT::
applyPLT1
() {
157
assert(it != ie && "FragmentList is empty,
applyPLT1
failed!");
/frameworks/compile/mclinker/lib/Target/X86/
X86PLT.cpp
202
void X86_32PLT::
applyPLT1
()
208
assert(it != ie && "FragmentList is empty,
applyPLT1
failed!");
288
void X86_64PLT::
applyPLT1
()
294
assert(it != ie && "FragmentList is empty,
applyPLT1
failed!");
Completed in 52 milliseconds