Searched refs:getApplyingInput (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.h76 const Input& getApplyingInput() const { return *m_pApplyingInput; } function in class:mcld::MipsRelocator
H A DMipsRelocator.cpp583 return getTarget().getGOT().getGPAddr(getApplyingInput());
587 return getTarget().getTPOffset(getApplyingInput());
591 return getTarget().getDTPOffset(getApplyingInput());
595 return getTarget().getGP0(getApplyingInput());
682 return got.getGPRelOffset(getApplyingInput(),
685 return got.getGPRelOffset(getApplyingInput(), getGlobalGOTEntry(pReloc));
691 return got.getGPRelOffset(getApplyingInput(), getTLSGOTEntry(pReloc));
974 pReloc.result() = got.getGPRelOffset(pParent.getApplyingInput(), got_entry);

Completed in 218 milliseconds