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

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.h87 /// getGP0 - the gp value used to create the relocatable objects
89 Address getGP0();
H A DMipsLDBackend.h127 /// getGP0 - the gp value used to create the relocatable objects
129 uint64_t getGP0(const Input& pInput) const;
H A DMipsRelocator.cpp608 Relocator::Address MipsRelocator::getGP0() function in class:MipsRelocator
610 return getTarget().getGP0(getApplyingInput());
912 uint64_t GP0 = pParent.getGP0();
1000 uint64_t GP0 = pParent.getGP0();
H A DMipsLDBackend.cpp615 uint64_t MipsGNULDBackend::getGP0(const Input& pInput) const function in class:MipsGNULDBackend

Completed in 176 milliseconds