Home
last modified time | relevance | path

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

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