Home
last modified time | relevance | path

Searched defs:entry_count (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugMacro.cpp47 uint8_t entry_count = debug_macro_data.GetU8(offset); in SkipOperandTable() local
/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.h212 uint32_t entry_count = 0; global() member
/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp412 uint32_t entry_page_offset, uint32_t entry_count, uint32_t function_offset, in BinarySearchRegularSecondPage()
452 uint32_t entry_page_offset, uint32_t entry_count, in BinarySearchCompressedSecondPage()
561 uint16_t entry_count = m_unwindinfo_data.GetU16(&offset); // entryCount in GetCompactUnwindInfoForFunction() local
623 uint16_t entry_count = m_unwindinfo_data.GetU16(&offset); // entryCount in GetCompactUnwindInfoForFunction() local
/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1787 int entry_count = lines->getChildCount(); ParseCompileUnitLineTable() local