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

/frameworks/compile/mclinker/lib/Core/
H A DModule.cpp39 iterator sect, sectEnd = end(); local
40 for (sect = begin(); sect != sectEnd; ++sect) {
48 const_iterator sect, sectEnd = end(); local
49 for (sect = begin(); sect != sectEnd; ++sect) {
/frameworks/compile/mclinker/lib/LD/
H A DELFSegmentFactory.cpp52 ELFSegment::iterator sect, sectEnd = (*segment)->end(); local
53 for (sect = (*segment)->begin(); sect != sectEnd; ++sect) {
68 ELFSegment::const_iterator sect, sectEnd = (*segment)->end(); local
69 for (sect = (*segment)->begin(); sect != sectEnd; ++sect) {
H A DGarbageCollection.cpp188 LDContext::sect_iterator sect, sectEnd = (*obj)->context()->sectEnd(); local
189 for (sect = (*obj)->context()->sectBegin(); sect != sectEnd; ++sect) {
330 LDContext::sect_iterator sect, sectEnd = (*obj)->context()->sectEnd(); local
331 for (sect = (*obj)->context()->sectBegin(); sect != sectEnd; ++sect) {
H A DBranchIslandFactory.cpp41 for (Module::iterator sect = pModule.begin(), sectEnd = pModule.end();
42 sect != sectEnd; ++sect) {
H A DLDContext.cpp41 sect_iterator sect_iter, sect_end = sectEnd();
50 const_sect_iterator sect_iter, sect_end = sectEnd();
H A DELFObjectReader.cpp111 LDContext::sect_iterator section, sectEnd = pInput.context()->sectEnd(); local
112 for (section = pInput.context()->sectBegin(); section != sectEnd; ++section) {
H A DIdenticalCodeFolding.cpp125 LDContext::sect_iterator sect, sectEnd = (*obj)->context()->sectEnd(); local
126 for (sect = (*obj)->context()->sectBegin(); sect != sectEnd; ++sect) {
H A DELFObjectWriter.cpp150 ELFSegment::iterator sect, sectEnd = (*seg)->end(); local
151 for (sect = (*seg)->begin(); sect != sectEnd; ++sect)
157 Module::iterator sect, sectEnd = pModule.end(); local
158 for (sect = pModule.begin(); sect != sectEnd; ++sect)
371 Module::const_iterator section, sectEnd = pModule.end(); local
372 for (section = pModule.begin(); section != sectEnd; ++section) {
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDContext.h49 const_sect_iterator sectEnd() const { return m_SectionTable.end(); } function in class:mcld::LDContext
50 sect_iterator sectEnd() { return m_SectionTable.end(); } function in class:mcld::LDContext
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMException.cpp68 end = ctx->sectEnd(); it != end; ++it) {
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp341 LDContext::sect_iterator sect, sectEnd = (*obj)->context()->sectEnd(); local
342 for (sect = (*obj)->context()->sectBegin(); sect != sectEnd; ++sect) {
931 Module::iterator sectIter, sectEnd = m_pModule->end(); local
932 for (sectIter = m_pModule->begin(); sectIter != sectEnd; ++sectIter) {
H A DSectionMap.cpp313 StringList::const_iterator sect, sectEnd = pInput.spec().sections().end(); local
314 for (sect = pInput.spec().sections().begin(); sect != sectEnd; ++sect) {
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.cpp317 for (Module::iterator sect = pModule.begin(), sectEnd = pModule.end();
318 sect != sectEnd; ++sect) {
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp702 Module::const_iterator sect, sectEnd = pModule.end(); local
703 for (sect = pModule.begin(); sect != sectEnd; ++sect) {
1829 for (ELFSegment::iterator sect = (*seg)->begin(), sectEnd = (*seg)->end();
1830 sect != sectEnd;
1866 Module::iterator sect, sectBegin, sectEnd; local
1868 sectEnd = pModule.end();
1869 for (sect = sectBegin; sect != sectEnd; ++sect) {
1952 ELFSegment::iterator sect, sectEnd = (*seg)->end(); local
1953 for (sect = (*seg)->begin(); sect != sectEnd; ++sect) {
1959 if (sect == sectEnd) {
[all...]
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp1050 for (auto it = ctx->sectBegin(), ie = ctx->sectEnd(); it != ie; ++it)
1153 for (auto it = ctx->sectBegin(), ie = ctx->sectEnd(); it != ie; ++it) {

Completed in 267 milliseconds