HomeSort by relevance Sort by last modified time
    Searched refs:getGP0 (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.h 92 /// getGP0 - the gp value used to create the relocatable objects
94 Address getGP0();
MipsLDBackend.h 126 /// getGP0 - the gp value used to create the relocatable objects
128 uint64_t getGP0(const Input& pInput) const;
MipsRelocator.cpp 552 Relocator::Address MipsRelocator::getGP0() {
553 return getTarget().getGP0(getApplyingInput());
854 uint64_t GP0 = pParent.getGP0();
935 uint64_t GP0 = pParent.getGP0();
MipsLDBackend.cpp 561 uint64_t MipsGNULDBackend::getGP0(const Input& pInput) const {

Completed in 651 milliseconds