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 87 /// getGP0 - the gp value used to create the relocatable objects
89 Address getGP0();
MipsLDBackend.h 127 /// getGP0 - the gp value used to create the relocatable objects
129 uint64_t getGP0(const Input& pInput) const;
MipsRelocator.cpp 608 Relocator::Address MipsRelocator::getGP0()
610 return getTarget().getGP0(getApplyingInput());
912 uint64_t GP0 = pParent.getGP0();
1000 uint64_t GP0 = pParent.getGP0();
MipsLDBackend.cpp 615 uint64_t MipsGNULDBackend::getGP0(const Input& pInput) const

Completed in 5150 milliseconds