Home
last modified time | relevance | path

Searched refs:item_ptr (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DLibStdcpp.cpp199 ValueObjectSP item_ptr(valobj_sp->GetChildMemberWithName(m_item_name, true)); in Update() local
200 if (!item_ptr) in Update()
202 if (item_ptr->GetValueAsUnsigned(0) == 0) in Update()
207 "item", item_ptr->GetValueAsUnsigned(0), m_exe_ctx_ref, in Update()
208 item_ptr->GetCompilerType().GetPointeeType()); in Update()
/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DNSSet.cpp71 lldb::addr_t item_ptr; member
99 lldb::addr_t item_ptr; member
133 lldb::addr_t item_ptr; member
522 static_cast<uint32_t>(set_item.item_ptr); in GetChildAtIndex()
526 static_cast<uint64_t>(set_item.item_ptr); in GetChildAtIndex()
645 static_cast<uint32_t>(set_item.item_ptr); in GetChildAtIndex()
649 static_cast<uint64_t>(set_item.item_ptr); in GetChildAtIndex()
805 *((uint32_t *)buffer.GetBytes()) = (uint32_t)set_item.item_ptr; in GetChildAtIndex()
808 *((uint64_t *)buffer.GetBytes()) = (uint64_t)set_item.item_ptr; in GetChildAtIndex()
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/
H A Dinline-asm-hexagon.ll8 define i32 @fred(i64* %free_list_ptr, i32** %item_ptr, i8** %free_item_ptr) nounwind {
12 %0 = load i32*, i32** %item_ptr, align 4