Home
last modified time | relevance | path

Searched defs:ie (Results 1 – 25 of 43) sorted by relevance

12

/frameworks/compile/mclinker/lib/Script/
DOutputSectDesc.cpp35 for (iterator it = begin(), ie = end(); it != ie; ++it) { in ~OutputSectDesc() local
100 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in dump() local
121 ie = m_Epilog.phdrs().end(); in dump() local
159 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in activate() local
DSectionsCmd.cpp24 for (iterator it = begin(), ie = end(); it != ie; ++it) { in ~SectionsCmd() local
33 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in dump() local
67 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in activate() local
DInputCmd.cpp61 ie = m_StringList.end(); in dump() local
94 ie = m_StringList.end(); in activate() local
180 for (InputTree::iterator input = input_begin, ie = m_InputTree.end(); in activate() local
DInputSectDesc.cpp51 ie = m_Spec.excludeFiles().end(); in dump() local
61 ie = m_Spec.sections().end(); in dump() local
DGroupCmd.cpp50 ie = m_StringList.end(); in dump() local
83 ie = m_StringList.end(); in activate() local
DRpnExpr.cpp35 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in hasDot() local
44 for (const_iterator it = begin(), ie = end(); it != ie; ++it) { in dump() local
DAssignment.cpp109 for (RpnExpr::iterator it = m_RpnExpr.begin(), ie = m_RpnExpr.end(); in activate() local
146 for (RpnExpr::iterator it = m_RpnExpr.begin(), ie = m_RpnExpr.end(); in activate() local
DScriptFile.cpp67 for (iterator it = begin(), ie = end(); it != ie; ++it) { in ~ScriptFile() local
76 for (const_iterator it = begin(), ie = end(); it != ie; ++it) in dump() local
81 for (const_iterator it = begin(), ie = end(); it != ie; ++it) in activate() local
DStringList.cpp36 for (const_iterator it = begin(), ie = end(); it != ie; ++it) in dump() local
DRpnEvaluator.cpp35 for (RpnExpr::const_iterator it = pExpr.begin(), ie = pExpr.end(); it != ie; in eval() local
/frameworks/compile/mclinker/lib/LD/
DStubFactory.cpp27 for (StubPoolType::iterator it = m_StubPool.begin(), ie = m_StubPool.end(); in ~StubFactory() local
98 ie = stub->fixup_end(); in create() local
125 for (StubPoolType::iterator it = m_StubPool.begin(), ie = m_StubPool.end(); in findPrototype() local
DBranchIslandFactory.cpp46 for (SectionData::iterator it = sd.begin(), ie = sd.end(); it != ie; ++it) { in group() local
79 for (iterator it = begin(), ie = end(), prev = ie; it != ie; in getIslands() local
DELFBinaryReader.cpp82 for (std::string::iterator it = mangled_name.begin(), ie = mangled_name.end(); in readBinary() local
/frameworks/compile/mclinker/lib/Support/
DTargetRegistry.cpp38 for (iterator target = begin(), ie = end(); target != ie; ++target) { in lookupTarget() local
71 ie = mcld::TargetRegistry::end(); in lookupTarget() local
/frameworks/compile/mclinker/lib/Target/ARM/
DARMPLT.cpp103 ARMPLT::iterator ie = m_pSectionData->end(); in applyPLT1() local
151 ARMPLT::iterator ie = end(); in emit() local
DARMToARMStub.cpp54 for (const_fixup_iterator it = pBegin, ie = pEnd; it != ie; ++it) in ARMToARMStub() local
DARMToTHMStub.cpp56 for (const_fixup_iterator it = pBegin, ie = pEnd; it != ie; ++it) in ARMToTHMStub() local
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64PLT.cpp108 AArch64PLT::iterator ie = m_pSectionData->end(); in applyPLT1() local
159 AArch64PLT::iterator ie = end(); in emit() local
/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.cpp182 X86PLT::iterator ie = m_pPLT->end(); in emitSectionData() local
477 for (X86_32GOT::iterator it = m_pGOT->begin(), ie = m_pGOT->end(); it != ie; in emitGOTSectionData() local
500 for (X86_32GOTPLT::iterator it = m_pGOTPLT->begin(), ie = m_pGOTPLT->end(); in emitGOTPLTSectionData() local
662 for (X86_64GOT::iterator it = m_pGOT->begin(), ie = m_pGOT->end(); it != ie; in emitGOTSectionData() local
685 for (X86_64GOTPLT::iterator it = m_pGOTPLT->begin(), ie = m_pGOTPLT->end(); in emitGOTPLTSectionData() local
DX86PLT.cpp168 X86PLT::iterator ie = m_pSectionData->end(); in applyPLT1() local
251 X86PLT::iterator ie = m_pSectionData->end(); in applyPLT1() local
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonPLT.cpp127 HexagonPLT::iterator ie = m_pSectionData->end(); in applyPLT1() local
180 HexagonPLT::iterator ie = end(); in emit() local
/frameworks/compile/mclinker/lib/Object/
DSectionMap.cpp113 for (const_dot_iterator it = dot_begin(), ie = dot_end(); it != ie; ++it) { in find_first_explicit_dot() local
121 for (dot_iterator it = dot_begin(), ie = dot_end(); it != ie; ++it) { in find_first_explicit_dot() local
336 for (iterator it = begin() + 1, ie = end(); it != ie; ++it) { in fixupDotSymbols() local
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsGOT.cpp296 ie = m_MultipartList.end(); in getGPAddr() local
383 for (iterator it = begin(), ie = end(); it != ie; ++it, ++buffer) { in emit() local
418 for (iterator it = begin(), ie = end(); it != ie; ++it, ++buffer) { in emit() local
DMipsGOTPLT.cpp40 for (iterator it = begin(), ie = end(); it != ie; ++it, ++buffer) { in emit() local
/frameworks/compile/slang/
Drs_cc_options.cpp124 ie = Args->filtered_end(); in ParseArguments() local
133 for (llvm::opt::ArgList::const_iterator it = Args->begin(), ie = Args->end(); in ParseArguments() local

12