| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/LowLevel/ |
| H A D | DWARFUnwindTable.h | 66 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 D | DWARFUnwindTable.cpp | 68 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 D | ValueObjectConstResultCast.cpp | 32 lldb::ValueObjectSP ValueObjectConstResultCast::Dereference(Status &error) { in Dereference() function in ValueObjectConstResultCast 33 return m_impl.Dereference(error); in Dereference()
|
| H A D | ValueObjectConstResultChild.cpp | 38 lldb::ValueObjectSP ValueObjectConstResultChild::Dereference(Status &error) { in Dereference() function in ValueObjectConstResultChild 39 return m_impl.Dereference(error); in Dereference()
|
| H A D | DILEval.cpp | 188 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 D | ValueObjectConstResultImpl.cpp | 41 lldb::ValueObjectSP ValueObjectConstResultImpl::Dereference(Status &error) { in Dereference() function in ValueObjectConstResultImpl 45 return m_impl_backend->ValueObject::Dereference(error); in Dereference()
|
| H A D | ValueObjectConstResult.cpp | 253 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 D | StackFrame.cpp | 715 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 D | MsvcStlSmartPointer.cpp | 134 ValueObjectSP value_sp = m_ptr_obj->Dereference(status); in GetChildAtIndex() 234 auto value_sp = m_value_ptr_sp->Dereference(status); in GetChildAtIndex()
|
| H A D | LibCxxRangesRefView.cpp | 68 m_range_sp = range_ptr->Dereference(error); in Update()
|
| H A D | LibCxxUnorderedMap.cpp | 160 ValueObjectSP node_sp = m_next_element->Dereference(error); in GetChildAtIndex() 168 ->Dereference(error); in GetChildAtIndex()
|
| H A D | LibStdcppUniquePointer.cpp | 122 auto value_sp = m_ptr_obj->Dereference(status); in GetChildAtIndex()
|
| H A D | BlockPointer.cpp | 128 ValueObjectSP struct_sp = struct_pointer_sp->Dereference(err); in GetChildAtIndex()
|
| H A D | LibStdcpp.cpp | 277 ValueObjectSP value_sp = m_ptr_obj->Dereference(status); in GetChildAtIndex()
|
| H A D | LibCxx.cpp | 302 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 D | string_pool_test.cpp | 35 TEST(StringPool, Dereference) { in TEST() argument
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/ |
| H A D | ValueObjectConstResultImpl.h | 39 lldb::ValueObjectSP Dereference(Status &error);
|
| H A D | ValueObjectConstResultCast.h | 36 lldb::ValueObjectSP Dereference(Status &error) override;
|
| H A D | ValueObjectConstResultChild.h | 39 lldb::ValueObjectSP Dereference(Status &error) override;
|
| H A D | ValueObjectConstResult.h | 81 lldb::ValueObjectSP Dereference(Status &error) override;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/ |
| H A D | DisassemblerLLVMC.cpp | 930 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 D | FormattersHelpers.cpp | 138 ValueObjectSP pointee_sp = ptr.Dereference(error); in DumpCxxSmartPtrPointerSummary()
|
| /freebsd/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBValueExtensions.i | 78 …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 D | SBValue.h | 312 lldb::SBValue Dereference();
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 2367 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()
|