Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.h144 bool relaxRelocation(IRBuilder& pBuilder, Relocation& pRel);
DMipsLDBackend.cpp766 bool MipsGNULDBackend::relaxRelocation(IRBuilder& pBuilder, Relocation& pRel) { in relaxRelocation() function in mcld::MipsGNULDBackend
821 if (relaxRelocation(pBuilder, *llvm::cast<Relocation>(reloc))) in doRelax()