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

/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp225 RelLs RelocLs; local
228 // Fill RelocLs. Traverse Relocs backwards so that relocations in RelocLs
234 RelocLs.push_back(RelEntry(*R, P.first ? &P.first->getSymbol() : 0,
239 for (RelLsIter R = RelocLs.begin(); R != RelocLs.end(); ++R)
240 if (NeedsMatchingLo(Asm, *R) && !HasMatchingLo(Asm, R, --RelocLs.end()))
246 RelLsIter LoPos = RelocLs.end(), HiPos = *U;
249 for (RelLsIter R = RelocLs.begin(); R != RelocLs
[all...]

Completed in 100 milliseconds