/openbsd/gnu/llvm/lldb/source/Core/ |
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 | 39 lldb::ValueObjectSP ValueObjectConstResultChild::Dereference(Status &error) { in Dereference() function in ValueObjectConstResultChild 40 return m_impl.Dereference(error); in Dereference()
|
H A D | ValueObjectConstResultImpl.cpp | 40 lldb::ValueObjectSP ValueObjectConstResultImpl::Dereference(Status &error) { in Dereference() function in ValueObjectConstResultImpl 44 return m_impl_backend->ValueObject::Dereference(error); in Dereference()
|
H A D | ValueObjectConstResult.cpp | 247 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 D | objc.py | 19 return BOOL_SummaryProvider(valobj.Dereference(), dict)
|
/openbsd/gnu/llvm/lldb/source/Target/ |
H A D | StackFrame.cpp | 667 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 D | DWARFDebugFrame.cpp | 82 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 D | DWARFDebugFrame.h | 74 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 D | string_pool_test.cpp | 35 TEST(StringPool, Dereference) { in TEST() argument
|
/openbsd/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | LibCxxRangesRefView.cpp | 70 m_range_sp = range_ptr->Dereference(error); in Update()
|
H A D | LibCxx.cpp | 140 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 D | LibStdcppUniquePointer.cpp | 116 ValueObjectSP obj_obj = m_ptr_obj->Dereference(error); in Update()
|
H A D | LibCxxMap.cpp | 257 deref = m_root_node->Dereference(error); in GetDataType() 361 iterated_sp = iterated_sp->Dereference(error); in GetChildAtIndex()
|
H A D | BlockPointer.cpp | 136 ValueObjectSP struct_sp = struct_pointer_sp->Dereference(err); in GetChildAtIndex()
|
H A D | LibCxxUnorderedMap.cpp | 107 ValueObjectSP node_sp = m_next_element->Dereference(error); in GetChildAtIndex()
|
/openbsd/gnu/llvm/lldb/include/lldb/Core/ |
H A D | ValueObjectConstResultCast.h | 36 lldb::ValueObjectSP Dereference(Status &error) override;
|
H A D | ValueObjectConstResultImpl.h | 39 lldb::ValueObjectSP Dereference(Status &error);
|
H A D | ValueObjectConstResultChild.h | 42 lldb::ValueObjectSP Dereference(Status &error) override;
|
H A D | ValueObjectConstResult.h | 80 lldb::ValueObjectSP Dereference(Status &error) override;
|
/openbsd/gnu/llvm/lldb/examples/synthetic/ |
H A D | unordered_multi.py | 102 node = self.next_element.Dereference()
|
H A D | libcxx.py | 537 deref = self.root_node.Dereference() 595 current = current.Dereference() 829 self.cntrl = cntrl.Dereference()
|
/openbsd/gnu/llvm/lldb/bindings/interface/ |
H A D | SBValue.i | 340 Dereference (); 499 …deref = property(Dereference, None, doc='''A read only property that returns an lldb.SBValue that …
|
/openbsd/gnu/llvm/clang/utils/ |
H A D | ClangDataFormat.py | 132 return found if not found.TypeIsPointerType() else found.Dereference()
|
/openbsd/gnu/llvm/lldb/source/Plugins/Disassembler/LLVMC/ |
H A D | DisassemblerLLVMC.cpp | 904 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 D | SBValue.h | 289 lldb::SBValue Dereference();
|