Searched refs:isGpDisp (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.h81 /// isGpDisp - return true if relocation is against _gp_disp symbol.
82 bool isGpDisp(const Relocation& pReloc) const;
H A DMipsRelocator.cpp583 bool MipsRelocator::isGpDisp(const Relocation& pReloc) const function in class:MipsRelocator
861 if (pParent.isGpDisp(pReloc.parent())) {
888 if (pParent.isGpDisp(pReloc.parent())) {

Completed in 35 milliseconds