Searched refs:UpdateValue (Results 1 - 22 of 22) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectCast.h53 bool UpdateValue() override;
H A DValueObjectRegister.h60 bool UpdateValue() override;
111 bool UpdateValue() override;
H A DValueObjectChild.h58 bool UpdateValue() override;
H A DValueObjectMemory.h58 bool UpdateValue() override;
H A DValueObjectVariable.h69 bool UpdateValue() override;
H A DValueObjectDynamicValue.h104 bool UpdateValue() override;
H A DValueObjectConstResult.h111 bool UpdateValue() override;
H A DValueObjectSyntheticFilter.h121 bool UpdateValue() override;
H A DValueObject.h915 virtual bool UpdateValue() = 0;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectCast.cpp60 bool ValueObjectCast::UpdateValue() { function in class:ValueObjectCast
H A DValueObjectRegister.cpp86 bool ValueObjectRegisterSet::UpdateValue() { function in class:ValueObjectRegisterSet
234 bool ValueObjectRegister::UpdateValue() { function in class:ValueObjectRegister
H A DValueObjectChild.cpp110 bool ValueObjectChild::UpdateValue() { function in class:ValueObjectChild
H A DValueObjectMemory.cpp153 bool ValueObjectMemory::UpdateValue() { function in class:ValueObjectMemory
H A DValueObjectConstResult.cpp239 bool ValueObjectConstResult::UpdateValue() { function in class:ValueObjectConstResult
H A DValueObjectDynamicValue.cpp114 bool ValueObjectDynamicValue::UpdateValue() { function in class:ValueObjectDynamicValue
H A DValueObjectSyntheticFilter.cpp148 bool ValueObjectSynthetic::UpdateValue() { function in class:ValueObjectSynthetic
167 "[ValueObjectSynthetic::UpdateValue] name=%s, type changed "
178 "[ValueObjectSynthetic::UpdateValue] name=%s, synthetic "
200 "[ValueObjectSynthetic::UpdateValue] name=%s, synthetic "
211 "[ValueObjectSynthetic::UpdateValue] name=%s, synthetic "
219 "[ValueObjectSynthetic::UpdateValue] name=%s, synthetic "
H A DValueObjectVariable.cpp125 bool ValueObjectVariable::UpdateValue() { function in class:ValueObjectVariable
H A DValueObject.cpp200 bool success = UpdateValue();
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDWARFExpression.h118 void UpdateValue(uint64_t const_value, lldb::offset_t const_value_byte_size,
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h150 bool UpdateValue() override {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp76 void DWARFExpression::UpdateValue(uint64_t const_value, function in class:DWARFExpression
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp3448 location.UpdateValue(const_value.Unsigned(),

Completed in 278 milliseconds