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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectCast.h53 bool UpdateValue() override;
H A DValueObjectRegister.h55 bool UpdateValue() override;
97 bool UpdateValue() override;
145 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.h105 bool UpdateValue() override;
H A DValueObjectConstResult.h111 bool UpdateValue() override;
H A DValueObjectSyntheticFilter.h121 bool UpdateValue() override;
H A DValueObject.h918 virtual bool UpdateValue() = 0;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectCast.cpp62 bool ValueObjectCast::UpdateValue() { function in class:ValueObjectCast
H A DValueObjectRegister.cpp71 bool ValueObjectRegisterContext::UpdateValue() { function in class:ValueObjectRegisterContext
148 bool ValueObjectRegisterSet::UpdateValue() { function in class:ValueObjectRegisterSet
293 bool ValueObjectRegister::UpdateValue() { function in class:ValueObjectRegister
H A DValueObjectVariable.cpp123 bool ValueObjectVariable::UpdateValue() { function in class:ValueObjectVariable
H A DValueObjectChild.cpp110 bool ValueObjectChild::UpdateValue() { function in class:ValueObjectChild
H A DValueObjectMemory.cpp148 bool ValueObjectMemory::UpdateValue() { function in class:ValueObjectMemory
H A DValueObjectSyntheticFilter.cpp147 bool ValueObjectSynthetic::UpdateValue() { function in class:ValueObjectSynthetic
166 "[ValueObjectSynthetic::UpdateValue] name=%s, type changed "
177 "[ValueObjectSynthetic::UpdateValue] name=%s, synthetic "
199 "[ValueObjectSynthetic::UpdateValue] name=%s, synthetic "
210 "[ValueObjectSynthetic::UpdateValue] name=%s, synthetic "
218 "[ValueObjectSynthetic::UpdateValue] name=%s, synthetic "
H A DValueObjectDynamicValue.cpp114 bool ValueObjectDynamicValue::UpdateValue() { function in class:ValueObjectDynamicValue
H A DValueObjectConstResult.cpp226 bool ValueObjectConstResult::UpdateValue() { function in class:ValueObjectConstResult
H A DValueObject.cpp254 bool success = UpdateValue();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h142 bool UpdateValue() override {
/freebsd-11-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-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp76 void DWARFExpression::UpdateValue(uint64_t const_value, function in class:DWARFExpression
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp3572 location.UpdateValue(const_value.Unsigned(),

Completed in 284 milliseconds