Searched refs:symbolNeedsPLT (Results 1 - 7 of 7) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp230 if (getTarget().symbolNeedsPLT(*rsym)) {
277 if (getTarget().symbolNeedsPLT(*rsym) &&
342 if (getTarget().symbolNeedsPLT(*rsym)) {
/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h249 /// symbolNeedsPLT - return whether the symbol needs a PLT entry
251 bool symbolNeedsPLT(const ResolveInfo& pSym) const;
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp565 if (getTarget().symbolNeedsPLT(*rsym)) {
657 if (getTarget().symbolNeedsPLT(*rsym) &&
1442 if (getTarget().symbolNeedsPLT(*rsym)) {
1534 if (getTarget().symbolNeedsPLT(*rsym) &&
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp304 if (ld_backend.symbolNeedsPLT(*rsym)) {
380 if (ld_backend.symbolNeedsPLT(*rsym) ||
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp435 if (getTarget().symbolNeedsPLT(*rsym) &&
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp610 if (getTarget().symbolNeedsPLT(*rsym)) {
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp2881 /// symbolNeedsPLT - return whether the symbol needs a PLT entry
2883 bool GNULDBackend::symbolNeedsPLT(const ResolveInfo& pSym) const function in class:GNULDBackend

Completed in 4190 milliseconds