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

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.h103 OutputRelocSection& getRelPLT();
104 const OutputRelocSection& getRelPLT() const;
H A DARMLDBackend.cpp667 OutputRelocSection& ARMGNULDBackend::getRelPLT() { function in class:mcld::ARMGNULDBackend
672 const OutputRelocSection& ARMGNULDBackend::getRelPLT() const { function in class:mcld::ARMGNULDBackend
H A DARMRelocator.cpp140 Relocation& rel_entry = *ld_backend.getRelPLT().create();
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.h89 OutputRelocSection& getRelPLT();
90 const OutputRelocSection& getRelPLT() const;
H A DX86LDBackend.cpp222 OutputRelocSection& X86GNULDBackend::getRelPLT() { function in class:mcld::X86GNULDBackend
227 const OutputRelocSection& X86GNULDBackend::getRelPLT() const { function in class:mcld::X86GNULDBackend
H A DX86Relocator.cpp116 Relocation& rel_entry = *ld_backend.getRelPLT().create();
1201 Relocation& rel_entry = *ld_backend.getRelPLT().create();
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.h103 OutputRelocSection& getRelPLT();
104 const OutputRelocSection& getRelPLT() const;
H A DMipsLDBackend.cpp528 OutputRelocSection& MipsGNULDBackend::getRelPLT() { function in class:mcld::MipsGNULDBackend
533 const OutputRelocSection& MipsGNULDBackend::getRelPLT() const { function in class:mcld::MipsGNULDBackend
H A DMipsRelocator.cpp104 Relocation* relEntry = backend.getRelPLT().create();

Completed in 246 milliseconds