Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocator.h181 bool isPostponed(const Relocation& pReloc) const;
DMipsRelocator.cpp153 if (m_CurrentLo16Reloc == NULL && isPostponed(pReloc)) { in applyRelocation()
461 bool MipsRelocator::isPostponed(const Relocation& pReloc) const { in isPostponed() function in mcld::MipsRelocator