Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/MC/
DMCLinker.cpp530 RelocationListType::iterator relocIter, relocEnd = m_RelocationList.end(); in applyRelocations() local
532 for (relocIter = m_RelocationList.begin(); relocIter != relocEnd; ++relocIter) { in applyRelocations()
533 llvm::MCFragment* frag = (llvm::MCFragment*)relocIter; in applyRelocations()
548 RelocationListType::iterator relocIter, relocEnd = m_RelocationList.end(); in syncRelocationResult() local
549 for (relocIter = m_RelocationList.begin(); relocIter != relocEnd; ++relocIter) { in syncRelocationResult()
551 llvm::MCFragment* frag = (llvm::MCFragment*)relocIter; in syncRelocationResult()