Home
last modified time | relevance | path

Searched refs:getGP0 (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocator.h106 Address getGP0();
DMipsLDBackend.h138 uint64_t getGP0(const Input& pInput) const;
DMipsRelocator.cpp594 Relocator::Address MipsRelocator::getGP0() { in getGP0() function in mcld::MipsRelocator
595 return getTarget().getGP0(getApplyingInput()); in getGP0()
948 uint64_t GP0 = pParent.getGP0(); in gprel16()
1029 uint64_t GP0 = pParent.getGP0(); in gprel32()
DMipsLDBackend.cpp684 uint64_t MipsGNULDBackend::getGP0(const Input& pInput) const { in getGP0() function in mcld::MipsGNULDBackend