Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DUnwindInfoSection.cpp148 size_t entryIndex; member
558 page.entryIndex = i; in finalize()
584 page.entryCount = i - page.entryIndex; in finalize()
594 cuIndices.size() - page.entryIndex); in finalize()
595 i = page.entryIndex + page.entryCount; in finalize()
654 size_t idx = cuIndices[page.entryIndex]; in writeTo()
688 cuEntries[cuIndices[page.entryIndex]].functionAddress; in writeTo()
702 cuEntries[cuIndices[page.entryIndex + i]]; in writeTo()
722 cuEntries[cuIndices[page.entryIndex + i]]; in writeTo()
/llvm-project-15.0.7/flang/include/flang/Lower/
H A DPFTBuilder.h609 void setActiveEntry(int entryIndex) {
610 assert(entryIndex >= 0 && entryIndex < (int)entryPointList.size() &&
612 activeEntry = entryIndex;
/llvm-project-15.0.7/flang/lib/Lower/
H A DPFTBuilder.cpp418 for (std::size_t entryIndex = entryPointList.size() - 1; in addEvaluation() local
419 entryIndex && !entryPointList[entryIndex].second->lexicalSuccessor; in addEvaluation()
420 --entryIndex) in addEvaluation()
422 entryPointList[entryIndex].second->lexicalSuccessor = p; in addEvaluation()
1007 for (int entryIndex = 0; entryIndex < entryCount; ++entryIndex) { in processEntryPoints() local
1008 unit->setActiveEntry(entryIndex); in processEntryPoints()
H A DBridge.cpp247 for (int entryIndex = 0, last = funit.entryPointList.size(); in declareFunction() local
248 entryIndex < last; ++entryIndex) { in declareFunction()
249 funit.setActiveEntry(entryIndex); in declareFunction()
2918 for (int entryIndex = 0, last = funit.entryPointList.size(); in lowerFunc() local
2919 entryIndex < last; ++entryIndex) { in lowerFunc()
2920 funit.setActiveEntry(entryIndex); in lowerFunc()