/llvm-project/lld/MachO/ |
H A D | UnwindInfoSection.cpp | 126 size_t entryCount; member 593 page.entryCount = i - page.entryIndex; in finalize() 599 page.entryCount < REGULAR_SECOND_LEVEL_ENTRIES_MAX) { in finalize() 601 page.entryCount = std::min(REGULAR_SECOND_LEVEL_ENTRIES_MAX, in finalize() 603 i = page.entryIndex + page.entryCount; in finalize() 707 p2p->entryCount = page.entryCount; in writeTo() 709 p2p->entryPageOffset + p2p->entryCount * sizeof(uint32_t); in writeTo() 712 for (size_t i = 0; i < page.entryCount; i++) { in writeTo() 730 p2p->entryCount in writeTo() [all...] |
/llvm-project/libunwind/include/mach-o/ |
H A D | compact_unwind_encoding.h | 455 uint16_t entryCount; member 464 uint16_t entryCount; member
|
/llvm-project/llvm/lib/LTO/ |
H A D | SummaryBasedOptimizations.cpp |
|
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/LLVMIR/ |
H A D | LLVMIRToLLVMTranslation.cpp | 121 llvm::ConstantInt *entryCount = in setProfilingAttr() 123 if (!entryCount) in setProfilingAttr() 126 funcOp.setFunctionEntryCount(entryCount->getZExtValue()); in setProfilingAttr() 102 llvm::ConstantInt *entryCount = setProfilingAttr() local
|
/llvm-project/lldb/tools/compact-unwind/ |
H A D | compact-unwind-dumper.c | 1230 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/libunwind/src/ |
H A D | UnwindCursor.hpp | 317 uint16_t entryCount() const { in entryCount() function in libunwind::UnwindSectionRegularPageHeader 320 offsetof(unwind_info_regular_second_level_page_header, entryCount)); in entryCount() 364 uint16_t entryCount() const { in entryCount() function in libunwind::UnwindSectionCompressedPageHeader 367 offsetof(unwind_info_compressed_second_level_page_header, entryCount)); in entryCount() 1787 high = pageHeader.entryCount(); in getInfoFromCompactEncodingSection() 1791 if (mid == (uint32_t)(pageHeader.entryCount() - 1)) { in getInfoFromCompactEncodingSection() 1841 last = pageHeader.entryCount() - 1; in getInfoFromCompactEncodingSection() 1842 high = pageHeader.entryCount(); in getInfoFromCompactEncodingSection()
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | FunctionImportUtils.cpp |
|
/llvm-project/llvm/lib/ProfileData/ |
H A D | GCOV.cpp | 947 const uint64_t entryCount = f.getEntryCount(); in printFunctionDetails() local 957 os << "function " << f.getName(options.Demangle) << " called " << entryCount in printFunctionDetails() 958 << " returned " << formatPercentage(exitCount, entryCount) in printFunctionDetails()
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SampleProfile.cpp | 575 uint64_t entryCount; 1601 pair.first->second.entryCount += FS->getHeadSamplesEstimate(); in generateMDProfMetadata() 2238 updateProfileCallee(pair.first, pair.second.entryCount); in runOnFunction() 559 uint64_t entryCount; global() member
|
/llvm-project/flang/lib/Lower/ |
H A D | PFTBuilder.cpp | 1083 int entryCount = unit->entryPointList.size(); in processEntryPoints() 1084 if (entryCount == 1) in processEntryPoints() 1097 for (int entryIndex = 0; entryIndex < entryCount; ++entryIndex) { in processEntryPoints() 1080 int entryCount = unit->entryPointList.size(); processEntryPoints() local
|
/llvm-project/mlir/lib/Target/LLVMIR/ |
H A D | ModuleTranslation.cpp | 1619 if (std::optional<uint64_t> entryCount = function.getFunctionEntryCount()) in setAliasScopeMetadata() 1620 llvmFunc->setEntryCount(entryCount.value()); in setAliasScopeMetadata() 1475 if (std::optional<uint64_t> entryCount = function.getFunctionEntryCount()) convertFunctionSignatures() local
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | ModuleSummaryIndex.h |
|
/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp |
|