Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectRegister.h61 bool UpdateValue() override;
112 bool UpdateValue() override;
H A DValueObjectVTable.h83 bool UpdateValue() override;
H A DValueObjectCast.h54 bool UpdateValue() override;
H A DValueObjectMemory.h59 bool UpdateValue() override;
H A DValueObjectVariable.h70 bool UpdateValue() override;
H A DValueObjectChild.h57 bool UpdateValue() override;
H A DValueObjectDynamicValue.h97 bool UpdateValue() override;
H A DValueObjectSyntheticFilter.h127 bool UpdateValue() override;
H A DValueObjectConstResult.h112 bool UpdateValue() override;
H A DValueObject.h937 virtual bool UpdateValue() = 0;
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DValueObjectVTable.cpp47 bool UpdateValue() override { in UpdateValue() function in ValueObjectVTableChild
194 bool ValueObjectVTable::UpdateValue() { in UpdateValue() function in ValueObjectVTable
H A DValueObjectRegister.cpp88 bool ValueObjectRegisterSet::UpdateValue() { in UpdateValue() function in ValueObjectRegisterSet
233 bool ValueObjectRegister::UpdateValue() { in UpdateValue() function in ValueObjectRegister
H A DValueObjectCast.cpp61 bool ValueObjectCast::UpdateValue() { in UpdateValue() function in ValueObjectCast
H A DValueObjectChild.cpp101 bool ValueObjectChild::UpdateValue() { in UpdateValue() function in ValueObjectChild
H A DValueObjectMemory.cpp154 bool ValueObjectMemory::UpdateValue() { in UpdateValue() function in ValueObjectMemory
H A DValueObjectDynamicValue.cpp111 bool ValueObjectDynamicValue::UpdateValue() { in UpdateValue() function in ValueObjectDynamicValue
H A DValueObjectConstResult.cpp235 bool ValueObjectConstResult::UpdateValue() { in UpdateValue() function in ValueObjectConstResult
H A DValueObjectVariable.cpp126 bool ValueObjectVariable::UpdateValue() { in UpdateValue() function in ValueObjectVariable
H A DValueObjectSyntheticFilter.cpp152 bool ValueObjectSynthetic::UpdateValue() { in UpdateValue() function in ValueObjectSynthetic
H A DValueObject.cpp170 bool success = UpdateValue(); in UpdateValueIfNeeded()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDWARFExpression.h77 void UpdateValue(uint64_t const_value, lldb::offset_t const_value_byte_size,
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h162 bool UpdateValue() override { in UpdateValue() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp60 void DWARFExpression::UpdateValue(uint64_t const_value, in UpdateValue() function in DWARFExpression
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp3729 location->UpdateValue(const_value_form.Unsigned(), in ParseVariableDIE()
/freebsd-14.2/contrib/googletest/docs/
H A Dgmock_cook_book.md2089 EXPECT_CALL(my_mock, UpdateValue)
2095 `UpdateValue()` call.