Home
last modified time | relevance | path

Searched defs:OptionValueUInt64 (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionValueUInt64.h19 OptionValueUInt64() : OptionValue(), m_current_value(0), m_default_value(0) {} in OptionValueUInt64() function
21 OptionValueUInt64(uint64_t value) in OptionValueUInt64() function
24 OptionValueUInt64(uint64_t current_value, uint64_t default_value) in OptionValueUInt64() function
/external/llvm-project/lldb/include/lldb/
Dlldb-forward.h150 class OptionValueUInt64; variable