Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocator.h91 bool isGpDisp(const Relocation& pReloc) const;
DMipsRelocator.cpp567 bool MipsRelocator::isGpDisp(const Relocation& pReloc) const { in isGpDisp() function in mcld::MipsRelocator
901 if (pParent.isGpDisp(pReloc.parent())) { in hi16()
926 if (pParent.isGpDisp(pReloc.parent())) { in lo16()
1183 if (pParent.isGpDisp(pReloc.parent())) in tlshi16()
1204 if (pParent.isGpDisp(pReloc.parent())) in tlslo16()