Home
last modified time | relevance | path

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

123

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/lldb/examples/summaries/
H A Dobjc.py19 return BOOL_SummaryProvider(valobj.Dereference(), dict)
/openbsd/gnu/llvm/lldb/source/Target/
H A DStackFrame.cpp667 valobj_sp = valobj_sp->Dereference(deref_error); in GetValueForVariableExpressionPath()
804 ValueObjectSP temp(valobj_sp->Dereference(error)); in GetValueForVariableExpressionPath()
1003 ValueObjectSP temp(valobj_sp->Dereference(error)); in GetValueForVariableExpressionPath()
1076 ValueObjectSP deref_valobj_sp(valobj_sp->Dereference(error)); in GetValueForVariableExpressionPath()
1243 case Instruction::Operand::Type::Dereference: in GetBaseExplainingValue()
1306 if (operand.m_type == Instruction::Operand::Type::Dereference) { in GetBaseExplainingDereference()
1442 ValueObjectSP pointee = base->Dereference(error); in GetValueForDereferincingOffset()
1569 if (!MatchUnaryOp(MatchOpType(Instruction::Operand::Type::Dereference), in DoGuessValueAt()
1572 MatchOpType(Instruction::Operand::Type::Dereference), in DoGuessValueAt()
1651 MatchOpType(Instruction::Operand::Type::Dereference), in DoGuessValueAt()
[all …]
/openbsd/gnu/llvm/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 ==()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/compiler-rt/lib/orc/tests/unit/
H A Dstring_pool_test.cpp35 TEST(StringPool, Dereference) { in TEST() argument
/openbsd/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxRangesRefView.cpp70 m_range_sp = range_ptr->Dereference(error); in Update()
H A DLibCxx.cpp140 ValueObjectSP pointee_sp = ptr_sp->Dereference(error); in LibcxxSmartPointerSummaryProvider()
183 ValueObjectSP pointee_sp = ptr_sp->Dereference(error); in LibcxxUniquePointerSummaryProvider()
587 auto value_sp = ptr_sp->Dereference(status); in GetChildAtIndex()
675 auto value_sp = m_value_ptr_sp->Dereference(status); in GetChildAtIndex()
H A DLibStdcppUniquePointer.cpp116 ValueObjectSP obj_obj = m_ptr_obj->Dereference(error); in Update()
H A DLibCxxMap.cpp257 deref = m_root_node->Dereference(error); in GetDataType()
361 iterated_sp = iterated_sp->Dereference(error); in GetChildAtIndex()
H A DBlockPointer.cpp136 ValueObjectSP struct_sp = struct_pointer_sp->Dereference(err); in GetChildAtIndex()
H A DLibCxxUnorderedMap.cpp107 ValueObjectSP node_sp = m_next_element->Dereference(error); in GetChildAtIndex()
/openbsd/gnu/llvm/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;
/openbsd/gnu/llvm/lldb/examples/synthetic/
H A Dunordered_multi.py102 node = self.next_element.Dereference()
H A Dlibcxx.py537 deref = self.root_node.Dereference()
595 current = current.Dereference()
829 self.cntrl = cntrl.Dereference()
/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBValue.i340 Dereference ();
499 …deref = property(Dereference, None, doc='''A read only property that returns an lldb.SBValue that …
/openbsd/gnu/llvm/clang/utils/
H A DClangDataFormat.py132 return found if not found.TypeIsPointerType() else found.Dereference()
/openbsd/gnu/llvm/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp904 deref.m_type = Operand::Type::Dereference; in ParseIntelIndexedAccess()
909 deref.m_type = Operand::Type::Dereference; in ParseIntelIndexedAccess()
951 deref.m_type = Operand::Type::Dereference; in ParseIntelDerefAccess()
956 deref.m_type = Operand::Type::Dereference; in ParseIntelDerefAccess()
1002 deref.m_type = Operand::Type::Dereference; in ParseARMOffsetAccess()
1031 deref.m_type = Operand::Type::Dereference; in ParseARMDerefAccess()
1038 case Operand::Type::Dereference: in DumpOperand()
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBValue.h289 lldb::SBValue Dereference();

123