Searched refs:entry_offset (Results 1 – 2 of 2) sorted by relevance
109 uint64_t entry_offset = nte.getEntryOffset(); in GetGlobalVariables() local110 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() local134 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() local276 llvm::Expected<DebugNames::Entry> entry_or = ni.getEntry(&entry_offset); in GetFunctions()277 for (; entry_or; entry_or = ni.getEntry(&entry_offset)) { in GetFunctions()
564 offset_t entry_offset = BinarySearchRegularSecondPage( in GetCompactUnwindInfoForFunction() local568 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()