Searched refs:isPostponed (Results 1 – 2 of 2) sorted by relevance
181 bool isPostponed(const Relocation& pReloc) const;
153 if (m_CurrentLo16Reloc == NULL && isPostponed(pReloc)) { in applyRelocation()461 bool MipsRelocator::isPostponed(const Relocation& pReloc) const { in isPostponed() function in mcld::MipsRelocator