Home
last modified time | relevance | path

Searched refs:SetUInt64Value (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValue.h297 bool SetUInt64Value(uint64_t new_value);
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValue.cpp431 bool OptionValue::SetUInt64Value(uint64_t new_value) { in SetUInt64Value() function in OptionValue
H A DOptionValueProperties.cpp496 return value->SetUInt64Value(new_value); in SetPropertyAtIndexAsUInt64()
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp488 value_sp->SetUInt64Value(platform_cache_line_size); in Process()