Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/LowLevel/
H A DDWARFUnwindTable.h66 bool Dereference; /// If true, the resulting location must be dereferenced variable
73 AddrSpace(std::nullopt), Dereference(false) {} in UnwindLocation()
77 : Kind(K), RegNum(Reg), Offset(Off), AddrSpace(AS), Dereference(Deref) {} in UnwindLocation()
81 Dereference(Deref) {} in UnwindLocation()
136 bool getDereference() const { return Dereference; } in getDereference()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/LowLevel/
H A DDWARFUnwindTable.cpp68 return Offset == RHS.Offset && Dereference == RHS.Dereference; in operator ==()
71 Dereference == RHS.Dereference; in operator ==()
73 return *Expr == *RHS.Expr && Dereference == RHS.Dereference; in operator ==()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
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.cpp38 lldb::ValueObjectSP ValueObjectConstResultChild::Dereference(Status &error) { in Dereference() function in ValueObjectConstResultChild
39 return m_impl.Dereference(error); in Dereference()
H A DDILEval.cpp188 lldb::ValueObjectSP child_sp = rhs->Dereference(error); in Visit()
192 child_sp = synth_obj_sp->Dereference(error); in Visit()
245 base->GetSyntheticValue()->Dereference(deref_error); in Visit()
388 base = base->Dereference(error); in Visit()
H A DValueObjectConstResultImpl.cpp41 lldb::ValueObjectSP ValueObjectConstResultImpl::Dereference(Status &error) { in Dereference() function in ValueObjectConstResultImpl
45 return m_impl_backend->ValueObject::Dereference(error); in Dereference()
H A DValueObjectConstResult.cpp253 lldb::ValueObjectSP ValueObjectConstResult::Dereference(Status &error) { in Dereference() function in ValueObjectConstResult
254 return m_impl.Dereference(error); in Dereference()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp715 valobj_sp->GetSyntheticValue()->Dereference(deref_error); in LegacyGetValueForVariableExpressionPath()
857 ValueObjectSP temp(valobj_sp->Dereference(deref_error)); in LegacyGetValueForVariableExpressionPath()
1057 ValueObjectSP temp(valobj_sp->Dereference(deref_error)); in LegacyGetValueForVariableExpressionPath()
1129 ValueObjectSP deref_valobj_sp(valobj_sp->Dereference(error)); in LegacyGetValueForVariableExpressionPath()
1133 deref_valobj_sp = synth_obj_sp->Dereference(error); in LegacyGetValueForVariableExpressionPath()
1364 case Instruction::Operand::Type::Dereference: in GetBaseExplainingValue()
1427 if (operand.m_type == Instruction::Operand::Type::Dereference) { in GetBaseExplainingDereference()
1568 ValueObjectSP pointee = base->Dereference(error); in GetValueForDereferincingOffset()
1699 if (!MatchUnaryOp(MatchOpType(Instruction::Operand::Type::Dereference), in DoGuessValueAt()
1702 MatchOpType(Instruction::Operand::Type::Dereference), in DoGuessValueAt()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DMsvcStlSmartPointer.cpp134 ValueObjectSP value_sp = m_ptr_obj->Dereference(status); in GetChildAtIndex()
234 auto value_sp = m_value_ptr_sp->Dereference(status); in GetChildAtIndex()
H A DLibCxxRangesRefView.cpp68 m_range_sp = range_ptr->Dereference(error); in Update()
H A DLibCxxUnorderedMap.cpp160 ValueObjectSP node_sp = m_next_element->Dereference(error); in GetChildAtIndex()
168 ->Dereference(error); in GetChildAtIndex()
H A DLibStdcppUniquePointer.cpp122 auto value_sp = m_ptr_obj->Dereference(status); in GetChildAtIndex()
H A DBlockPointer.cpp128 ValueObjectSP struct_sp = struct_pointer_sp->Dereference(err); in GetChildAtIndex()
H A DLibStdcpp.cpp277 ValueObjectSP value_sp = m_ptr_obj->Dereference(status); in GetChildAtIndex()
H A DLibCxx.cpp302 ValueObjectSP value_sp = m_ptr_obj->Dereference(status); in GetChildAtIndex()
401 auto value_sp = m_value_ptr_sp->Dereference(status); in GetChildAtIndex()
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dstring_pool_test.cpp35 TEST(StringPool, Dereference) { in TEST() argument
/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObjectConstResultImpl.h39 lldb::ValueObjectSP Dereference(Status &error);
H A DValueObjectConstResultCast.h36 lldb::ValueObjectSP Dereference(Status &error) override;
H A DValueObjectConstResultChild.h39 lldb::ValueObjectSP Dereference(Status &error) override;
H A DValueObjectConstResult.h81 lldb::ValueObjectSP Dereference(Status &error) override;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp930 deref.m_type = Operand::Type::Dereference; in ParseIntelIndexedAccess()
935 deref.m_type = Operand::Type::Dereference; in ParseIntelIndexedAccess()
977 deref.m_type = Operand::Type::Dereference; in ParseIntelDerefAccess()
982 deref.m_type = Operand::Type::Dereference; in ParseIntelDerefAccess()
1028 deref.m_type = Operand::Type::Dereference; in ParseARMOffsetAccess()
1057 deref.m_type = Operand::Type::Dereference; in ParseARMDerefAccess()
1064 case Operand::Type::Dereference: in DumpOperand()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormattersHelpers.cpp138 ValueObjectSP pointee_sp = ptr.Dereference(error); in DumpCxxSmartPtrPointerSummary()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBValueExtensions.i78 …deref = property(Dereference, None, doc='''A read only property that returns an lldb.SBValue that …
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h312 lldb::SBValue Dereference();
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp2367 MatchUnaryOp(MatchOpType(Instruction::Operand::Type::Dereference), in MatchesOperand()
2373 MatchOpType(Instruction::Operand::Type::Dereference), in MatchesOperand()
2404 MatchUnaryOp(MatchOpType(Instruction::Operand::Type::Dereference), in MatchesOperand()
2410 MatchOpType(Instruction::Operand::Type::Dereference), in MatchesOperand()

12