Searched refs:entry_count (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/lldb/include/lldb/Symbol/ |
| H A D | CompactUnwindInfo.h | 109 uint32_t entry_count, uint32_t function_offset, 114 uint32_t entry_count,
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugMacro.cpp | 46 uint8_t entry_count = debug_macro_data.GetU8(offset); in SkipOperandTable() local 47 for (uint8_t i = 0; i < entry_count; i++) { in SkipOperandTable()
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | CompactUnwindInfo.cpp | 413 uint32_t entry_page_offset, uint32_t entry_count, uint32_t function_offset, in BinarySearchRegularSecondPage() argument 423 uint32_t high = entry_count; in BinarySearchRegularSecondPage() 453 uint32_t entry_page_offset, uint32_t entry_count, in BinarySearchCompressedSecondPage() argument 459 uint32_t high = entry_count; in BinarySearchCompressedSecondPage() 562 uint16_t entry_count = m_unwindinfo_data.GetU16(&offset); // entryCount in GetCompactUnwindInfoForFunction() local 565 second_page_offset + entry_page_offset, entry_count, function_offset, in GetCompactUnwindInfoForFunction() 624 uint16_t entry_count = m_unwindinfo_data.GetU16(&offset); // entryCount in GetCompactUnwindInfoForFunction() local 631 second_page_offset + entry_page_offset, entry_count, function_offset, in GetCompactUnwindInfoForFunction()
|
| /llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
| H A D | DynamicLoaderDarwinKernel.h | 212 uint32_t entry_count = 0; member 233 entry_count = 0; in Clear()
|
| H A D | DynamicLoaderDarwinKernel.cpp | 1135 m_kext_summary_header.entry_count = data.GetU32(&offset); in ReadKextSummaryHeader() 1136 if (m_kext_summary_header.entry_count > 10000) { in ReadKextSummaryHeader() 1142 m_kext_summary_header.entry_count); in ReadKextSummaryHeader() 1409 if (m_kext_summary_header.entry_count > 0 && in ReadAllKextSummaries() 1414 m_kext_summary_header.entry_count)) { in ReadAllKextSummaries() 1446 m_kext_summary_header.entry_count); in PutToLog()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.cpp | 1791 int entry_count = lines->getChildCount(); in ParseCompileUnitLineTable() local 1798 for (int i = 0; i < entry_count; ++i) { in ParseCompileUnitLineTable() 1851 if (entry_count > 0 && ShouldAddLine(match_line, prev_line, prev_length)) { in ParseCompileUnitLineTable()
|