Home
last modified time | relevance | path

Searched refs:Dereference (Results 1 – 25 of 40) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DValueObjectConstResultCast.cpp32 lldb::ValueObjectSP ValueObjectConstResultCast::Dereference(Status &error) { in Dereference() function in ValueObjectConstResultCast
33 return m_impl.Dereference(error); in Dereference()
H A DValueObjectConstResultChild.cpp39 lldb::ValueObjectSP ValueObjectConstResultChild::Dereference(Status &error) { in Dereference() function in ValueObjectConstResultChild
40 return m_impl.Dereference(error); in Dereference()
H A DValueObjectConstResultImpl.cpp40 lldb::ValueObjectSP ValueObjectConstResultImpl::Dereference(Status &error) { in Dereference() function in ValueObjectConstResultImpl
44 return m_impl_backend->ValueObject::Dereference(error); in Dereference()
H A DValueObjectConstResult.cpp247 lldb::ValueObjectSP ValueObjectConstResult::Dereference(Status &error) { in Dereference() function in ValueObjectConstResult
248 return m_impl.Dereference(error); in Dereference()
H A DValueObject.cpp644 ValueObjectSP pointee_sp = Dereference(error); in GetPointeeData()
1988 ret_value = ret_value->Dereference(error); in GetValueForExpressionPath()
2340 root = root->Dereference(error); in GetValueForExpressionPath_Impl()
2485 root = root->Dereference(error); in GetValueForExpressionPath_Impl()
2582 ValueObjectSP ValueObject::Dereference(Status &error) { in Dereference() function in ValueObject
2980 ptr_result_valobj_sp = ptr_result_valobj_sp->Dereference(err); in CreateValueObjectFromAddress()
H A DValueObjectSyntheticFilter.cpp142 lldb::ValueObjectSP deref_sp = m_parent->Dereference(error); in CreateSynthFilter()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp662 valobj_sp = valobj_sp->Dereference(deref_error); in GetValueForVariableExpressionPath()
799 ValueObjectSP temp(valobj_sp->Dereference(deref_error)); in GetValueForVariableExpressionPath()
997 ValueObjectSP temp(valobj_sp->Dereference(deref_error)); in GetValueForVariableExpressionPath()
1069 ValueObjectSP deref_valobj_sp(valobj_sp->Dereference(error)); in GetValueForVariableExpressionPath()
1236 case Instruction::Operand::Type::Dereference: in GetBaseExplainingValue()
1299 if (operand.m_type == Instruction::Operand::Type::Dereference) { in GetBaseExplainingDereference()
1434 ValueObjectSP pointee = base->Dereference(error); in GetValueForDereferincingOffset()
1561 if (!MatchUnaryOp(MatchOpType(Instruction::Operand::Type::Dereference), in DoGuessValueAt()
1564 MatchOpType(Instruction::Operand::Type::Dereference), in DoGuessValueAt()
1643 MatchOpType(Instruction::Operand::Type::Dereference), in DoGuessValueAt()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibStdcpp.cpp247 ValueObjectSP pointee_sp = valobj.Dereference(error); in LibStdcppStringSummaryProvider()
383 ValueObjectSP obj_obj = m_ptr_obj->Dereference(error); in GetChildAtIndex()
452 ValueObjectSP pointee_sp = ptr_sp->Dereference(error); in LibStdcppSmartPointerSummaryProvider()
H A DLibCxxUnorderedMap.cpp107 ValueObjectSP node_sp = m_next_element->Dereference(error); in GetChildAtIndex()
161 ->Dereference(error); in GetChildAtIndex()
H A DLibCxxRangesRefView.cpp70 m_range_sp = range_ptr->Dereference(error); in Update()
H A DLibCxxMap.cpp249 deref = m_root_node->Dereference(error); in GetDataType()
352 iterated_sp = iterated_sp->Dereference(error); in GetChildAtIndex()
H A DLibStdcppUniquePointer.cpp127 ValueObjectSP obj_obj = m_ptr_obj->Dereference(error); in GetChildAtIndex()
H A DBlockPointer.cpp124 ValueObjectSP struct_sp = struct_pointer_sp->Dereference(err); in GetChildAtIndex()
H A DLibCxx.cpp147 ValueObjectSP pointee_sp = ptr_sp->Dereference(error); in LibcxxSmartPointerSummaryProvider()
189 ValueObjectSP pointee_sp = ptr_sp->Dereference(error); in LibcxxUniquePointerSummaryProvider()
593 ValueObjectSP value_sp = cast_ptr_sp->Dereference(status); in GetChildAtIndex()
683 auto value_sp = m_value_ptr_sp->Dereference(status); in GetChildAtIndex()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp82 if (Dereference) in dump()
120 if (Dereference) in dump()
140 return Offset == RHS.Offset && Dereference == RHS.Dereference; in operator ==()
143 Dereference == RHS.Dereference; in operator ==()
145 return *Expr == *RHS.Expr && Dereference == RHS.Dereference; in operator ==()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h74 bool Dereference; /// If true, the resulting location must be dereferenced variable
81 AddrSpace(std::nullopt), Dereference(false) {} in UnwindLocation()
85 : Kind(K), RegNum(Reg), Offset(Off), AddrSpace(AS), Dereference(Deref) {} in UnwindLocation()
89 Dereference(Deref) {} in UnwindLocation()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dstring_pool_test.cpp35 TEST(StringPool, Dereference) { in TEST() argument
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectConstResultCast.h36 lldb::ValueObjectSP Dereference(Status &error) override;
H A DValueObjectConstResultImpl.h39 lldb::ValueObjectSP Dereference(Status &error);
H A DValueObjectConstResultChild.h42 lldb::ValueObjectSP Dereference(Status &error) override;
H A DValueObjectConstResult.h80 lldb::ValueObjectSP Dereference(Status &error) override;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp923 deref.m_type = Operand::Type::Dereference; in ParseIntelIndexedAccess()
928 deref.m_type = Operand::Type::Dereference; in ParseIntelIndexedAccess()
970 deref.m_type = Operand::Type::Dereference; in ParseIntelDerefAccess()
975 deref.m_type = Operand::Type::Dereference; in ParseIntelDerefAccess()
1021 deref.m_type = Operand::Type::Dereference; in ParseARMOffsetAccess()
1050 deref.m_type = Operand::Type::Dereference; in ParseARMDerefAccess()
1057 case Operand::Type::Dereference: in DumpOperand()
/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBValueExtensions.i64 …deref = property(Dereference, None, doc='''A read only property that returns an lldb.SBValue that …
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h297 lldb::SBValue Dereference();
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp2706 MatchUnaryOp(MatchOpType(Instruction::Operand::Type::Dereference), in MatchesOperand()
2712 MatchOpType(Instruction::Operand::Type::Dereference), in MatchesOperand()
2743 MatchUnaryOp(MatchOpType(Instruction::Operand::Type::Dereference), in MatchesOperand()
2749 MatchOpType(Instruction::Operand::Type::Dereference), in MatchesOperand()

12