Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DUnwindInfoSection.cpp149 size_t entryCount; member
584 page.entryCount = i - page.entryIndex; in finalize()
591 page.entryCount < REGULAR_SECOND_LEVEL_ENTRIES_MAX) { in finalize()
593 page.entryCount = std::min(REGULAR_SECOND_LEVEL_ENTRIES_MAX, in finalize()
595 i = page.entryIndex + page.entryCount; in finalize()
695 p2p->entryCount = page.entryCount; in writeTo()
697 p2p->entryPageOffset + p2p->entryCount * sizeof(uint32_t); in writeTo()
700 for (size_t i = 0; i < page.entryCount; i++) { in writeTo()
718 p2p->entryCount = page.entryCount; in writeTo()
720 for (size_t i = 0; i < page.entryCount; i++) { in writeTo()
/llvm-project-15.0.7/libunwind/include/mach-o/
H A Dcompact_unwind_encoding.h455 uint16_t entryCount; member
464 uint16_t entryCount; member
/llvm-project-15.0.7/llvm/lib/LTO/
H A DSummaryBasedOptimizations.cpp60 return F->entryCount(); in computeSyntheticCounts()
72 SaturatingAdd(F->entryCount(), New.template toInt<uint64_t>())); in computeSyntheticCounts()
/llvm-project-15.0.7/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c1230 uint32_t entries_count = baton.regular_second_level_page_header.entryCount; in print_second_level_index_regular()
1264 idx < baton.compressed_second_level_page_header.entryCount; idx++) { in print_second_level_index_compressed()
1307 header.entryCount); in print_second_level_index()
1319 header.entryCount, header.encodingsPageOffset, in print_second_level_index()
/llvm-project-15.0.7/libunwind/src/
H A DUnwindCursor.hpp316 uint16_t entryCount() const { in entryCount() function in libunwind::UnwindSectionRegularPageHeader
319 offsetof(unwind_info_regular_second_level_page_header, entryCount)); in entryCount()
363 uint16_t entryCount() const { in entryCount() function in libunwind::UnwindSectionCompressedPageHeader
366 offsetof(unwind_info_compressed_second_level_page_header, entryCount)); in entryCount()
1750 high = pageHeader.entryCount(); in getInfoFromCompactEncodingSection()
1754 if (mid == (uint32_t)(pageHeader.entryCount() - 1)) { in getInfoFromCompactEncodingSection()
1804 last = pageHeader.entryCount() - 1; in getInfoFromCompactEncodingSection()
1805 high = pageHeader.entryCount(); in getInfoFromCompactEncodingSection()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp212 F->setEntryCount(Function::ProfileCount(FS->entryCount(), in processGlobalForThinLTO()
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DGCOV.cpp912 const uint64_t entryCount = f.getEntryCount(); in printFunctionDetails() local
922 os << "function " << f.getName(options.Demangle) << " called " << entryCount in printFunctionDetails()
923 << " returned " << formatPercentage(exitCount, entryCount) in printFunctionDetails()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp519 uint64_t entryCount; member
1556 pair.first->second.entryCount += FS->getHeadSamplesEstimate(); in promoteMergeNotInlinedContextSamples()
2074 updateProfileCallee(pair.first, pair.second.entryCount); in runOnModule()
/llvm-project-15.0.7/flang/lib/Lower/
H A DPFTBuilder.cpp993 int entryCount = unit->entryPointList.size(); in processEntryPoints() local
994 if (entryCount == 1) in processEntryPoints()
1007 for (int entryIndex = 0; entryIndex < entryCount; ++entryIndex) { in processEntryPoints()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h752 uint64_t entryCount() const { return EntryCount; }
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4292 NameVals.push_back(FS->entryCount()); in writeCombinedGlobalValueSummary()