Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libunwind/include/mach-o/
H A Dcompact_unwind_encoding.h456 uint16_t entryCount; member
465 uint16_t entryCount; member
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DSummaryBasedOptimizations.cpp58 return F->entryCount(); in computeSyntheticCounts()
70 SaturatingAdd(F->entryCount(), New.template toInt<uint64_t>())); in computeSyntheticCounts()
/freebsd-12.1/contrib/libunwind/src/
H A DUnwindCursor.hpp304 uint16_t entryCount() const { in entryCount() function in libunwind::UnwindSectionRegularPageHeader
307 offsetof(unwind_info_regular_second_level_page_header, entryCount)); in entryCount()
351 uint16_t entryCount() const { in entryCount() function in libunwind::UnwindSectionCompressedPageHeader
354 offsetof(unwind_info_compressed_second_level_page_header, entryCount)); in entryCount()
1568 high = pageHeader.entryCount(); in getInfoFromCompactEncodingSection()
1572 if (mid == (uint32_t)(pageHeader.entryCount() - 1)) { in getInfoFromCompactEncodingSection()
1622 last = pageHeader.entryCount() - 1; in getInfoFromCompactEncodingSection()
1623 high = pageHeader.entryCount(); in getInfoFromCompactEncodingSection()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c1273 uint32_t entries_count = baton.regular_second_level_page_header.entryCount; in print_second_level_index_regular()
1307 idx < baton.compressed_second_level_page_header.entryCount; idx++) { in print_second_level_index_compressed()
1350 header.entryCount); in print_second_level_index()
1362 header.entryCount, header.encodingsPageOffset, in print_second_level_index()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp216 F->setEntryCount(Function::ProfileCount(FS->entryCount(), in processGlobalForThinLTO()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h570 uint64_t entryCount() const { return EntryCount; }
/freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3878 NameVals.push_back(FS->entryCount()); in writeCombinedGlobalValueSummary()