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 104 /// getGP0 - the gp value used to create the relocatable objects
106 Address getGP0();
MipsLDBackend.h 136 /// getGP0 - the gp value used to create the relocatable objects
138 uint64_t getGP0(const Input& pInput) const;
MipsRelocator.cpp 594 Relocator::Address MipsRelocator::getGP0() {
595 return getTarget().getGP0(getApplyingInput());
948 uint64_t GP0 = pParent.getGP0();
    [all...]
MipsLDBackend.cpp 684 uint64_t MipsGNULDBackend::getGP0(const Input& pInput) const {
    [all...]

Completed in 531 milliseconds