reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Interpreter/OptionValue.h
  297   bool SetUInt64Value(uint64_t new_value);

References

tools/lldb/source/Interpreter/OptionValueProperties.cpp
  515       return value->SetUInt64Value(new_value);
tools/lldb/source/Target/Process.cpp
  547     value_sp->SetUInt64Value(platform_cache_line_size);