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

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.h150 /// isPostponed - relocation applying needs to be postponed.
151 bool isPostponed(const Relocation& pReloc) const;
H A DMipsRelocator.cpp190 if (NULL == m_CurrentLo16Reloc && isPostponed(pReloc)) {
477 bool MipsRelocator::isPostponed(const Relocation& pReloc) const function in class:MipsRelocator

Completed in 29 milliseconds