Searched refs:getRelPLT (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.h182 OutputRelocSection& getRelPLT();
184 const OutputRelocSection& getRelPLT() const;
H A DX86LDBackend.cpp651 OutputRelocSection& X86GNULDBackend::getRelPLT() function in class:X86GNULDBackend
657 const OutputRelocSection& X86GNULDBackend::getRelPLT() const function in class:X86GNULDBackend
H A DX86RelocationFactory.cpp178 *ld_backend.getRelPLT().getEntry(*rsym, true, exist);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.h188 OutputRelocSection& getRelPLT();
190 const OutputRelocSection& getRelPLT() const;
H A DARMLDBackend.cpp907 OutputRelocSection& ARMGNULDBackend::getRelPLT() function in class:ARMGNULDBackend
913 const OutputRelocSection& ARMGNULDBackend::getRelPLT() const function in class:ARMGNULDBackend
H A DARMRelocationFactory.cpp212 *ld_backend.getRelPLT().getEntry(*rsym, true, exist);

Completed in 70 milliseconds