Home
last modified time | relevance | path

Searched refs:entry_offset (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp109 uint64_t entry_offset = nte.getEntryOffset(); in GetGlobalVariables() local
110 llvm::Expected<DebugNames::Entry> entry_or = ni.getEntry(&entry_offset); in GetGlobalVariables()
111 for (; entry_or; entry_or = ni.getEntry(&entry_offset)) { in GetGlobalVariables()
133 uint64_t entry_offset = nte.getEntryOffset(); in GetGlobalVariables() local
134 llvm::Expected<DebugNames::Entry> entry_or = ni.getEntry(&entry_offset); in GetGlobalVariables()
135 for (; entry_or; entry_or = ni.getEntry(&entry_offset)) { in GetGlobalVariables()
275 uint64_t entry_offset = nte.getEntryOffset(); in GetFunctions() local
276 llvm::Expected<DebugNames::Entry> entry_or = ni.getEntry(&entry_offset); in GetFunctions()
277 for (; entry_or; entry_or = ni.getEntry(&entry_offset)) { in GetFunctions()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp564 offset_t entry_offset = BinarySearchRegularSecondPage( in GetCompactUnwindInfoForFunction() local
568 if (entry_offset == LLDB_INVALID_OFFSET) { in GetCompactUnwindInfoForFunction()
571 entry_offset += 4; // skip over functionOffset in GetCompactUnwindInfoForFunction()
572 unwind_info.encoding = m_unwindinfo_data.GetU32(&entry_offset); // encoding in GetCompactUnwindInfoForFunction()