Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObjectRegister.h58 bool UpdateValue() override;
114 bool UpdateValue() override;
H A DValueObjectCast.h53 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 DValueObjectSynthetic.h127 bool UpdateValue() override;
H A DValueObjectConstResult.h109 bool UpdateValue() override;
H A DValueObject.h1040 virtual bool UpdateValue() = 0;
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectVTable.cpp49 bool UpdateValue() override { in UpdateValue() function in ValueObjectVTableChild
191 bool ValueObjectVTable::UpdateValue() { in UpdateValue() function in ValueObjectVTable
H A DValueObjectRegister.cpp89 bool ValueObjectRegisterSet::UpdateValue() { in UpdateValue() function in ValueObjectRegisterSet
235 bool ValueObjectRegister::UpdateValue() { in UpdateValue() function in ValueObjectRegister
H A DValueObjectCast.cpp62 bool ValueObjectCast::UpdateValue() { in UpdateValue() function in ValueObjectCast
H A DValueObjectChild.cpp102 bool ValueObjectChild::UpdateValue() { in UpdateValue() function in ValueObjectChild
H A DValueObjectMemory.cpp162 bool ValueObjectMemory::UpdateValue() { in UpdateValue() function in ValueObjectMemory
H A DValueObjectConstResult.cpp241 bool ValueObjectConstResult::UpdateValue() { in UpdateValue() function in ValueObjectConstResult
H A DValueObjectDynamicValue.cpp114 bool ValueObjectDynamicValue::UpdateValue() { in UpdateValue() function in ValueObjectDynamicValue
H A DValueObjectVariable.cpp126 bool ValueObjectVariable::UpdateValue() { in UpdateValue() function in ValueObjectVariable
H A DValueObjectSynthetic.cpp160 bool ValueObjectSynthetic::UpdateValue() { in UpdateValue() function in ValueObjectSynthetic
H A DValueObject.cpp168 bool success = UpdateValue(); in UpdateValueIfNeeded()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDWARFExpression.h94 void UpdateValue(uint64_t const_value, lldb::offset_t const_value_byte_size,
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h187 bool UpdateValue() override { in UpdateValue() function
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp57 void DWARFExpression::UpdateValue(uint64_t const_value, in UpdateValue() function in DWARFExpression
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp3622 location->UpdateValue( in ParseVariableDIE()
/freebsd/contrib/googletest/docs/
H A Dgmock_cook_book.md2095 EXPECT_CALL(my_mock, UpdateValue)
2101 `UpdateValue()` call.