Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValue.h306 bool SetUInt64Value(uint64_t new_value);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValue.cpp433 bool OptionValue::SetUInt64Value(uint64_t new_value) { in SetUInt64Value() function in OptionValue
H A DOptionValueProperties.cpp517 return value->SetUInt64Value(new_value); in SetPropertyAtIndexAsUInt64()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp796 value_sp->SetUInt64Value(platform_cache_line_size); in Process()