Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocator.h89 Address getGP0();
DMipsLDBackend.h129 uint64_t getGP0(const Input& pInput) const;
DMipsRelocator.cpp608 Relocator::Address MipsRelocator::getGP0() in getGP0() function in MipsRelocator
610 return getTarget().getGP0(getApplyingInput()); in getGP0()
912 uint64_t GP0 = pParent.getGP0(); in gprel16()
1000 uint64_t GP0 = pParent.getGP0(); in gprel32()
DMipsLDBackend.cpp615 uint64_t MipsGNULDBackend::getGP0(const Input& pInput) const in getGP0() function in MipsGNULDBackend