Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectRegister.h58 bool UpdateValue() override;
114 bool UpdateValue() override;
H A DValueObjectCast.h54 bool UpdateValue() override;
H A DValueObjectVTable.h80 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.h109 bool UpdateValue() override;
H A DValueObject.h1023 virtual bool UpdateValue() = 0;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectVTable.cpp49 bool UpdateValue() override { in UpdateValue() function in ValueObjectVTableChild
192 bool ValueObjectVTable::UpdateValue() { in UpdateValue() function in ValueObjectVTable
H A DValueObjectRegister.cpp89 bool ValueObjectRegisterSet::UpdateValue() { in UpdateValue() function in ValueObjectRegisterSet
233 bool ValueObjectRegister::UpdateValue() { in UpdateValue() function in ValueObjectRegister
H A DValueObjectCast.cpp63 bool ValueObjectCast::UpdateValue() { in UpdateValue() function in ValueObjectCast
H A DValueObjectChild.cpp103 bool ValueObjectChild::UpdateValue() { in UpdateValue() function in ValueObjectChild
H A DValueObjectMemory.cpp158 bool ValueObjectMemory::UpdateValue() { in UpdateValue() function in ValueObjectMemory
H A DValueObjectDynamicValue.cpp114 bool ValueObjectDynamicValue::UpdateValue() { in UpdateValue() function in ValueObjectDynamicValue
H A DValueObjectConstResult.cpp238 bool ValueObjectConstResult::UpdateValue() { in UpdateValue() function in ValueObjectConstResult
H A DValueObjectVariable.cpp130 bool ValueObjectVariable::UpdateValue() { in UpdateValue() function in ValueObjectVariable
H A DValueObjectSyntheticFilter.cpp162 bool ValueObjectSynthetic::UpdateValue() { in UpdateValue() function in ValueObjectSynthetic
H A DValueObject.cpp170 bool success = UpdateValue(); in UpdateValueIfNeeded()
/freebsd/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/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h163 bool UpdateValue() override { in UpdateValue() function
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp60 void DWARFExpression::UpdateValue(uint64_t const_value, in UpdateValue() function in DWARFExpression
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp3709 location->UpdateValue(const_value_form.Unsigned(), in ParseVariableDIE()
/freebsd/contrib/googletest/docs/
H A Dgmock_cook_book.md2095 EXPECT_CALL(my_mock, UpdateValue)
2101 `UpdateValue()` call.