Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueSInt64.h20 OptionValueSInt64() in OptionValueSInt64() function
24 OptionValueSInt64(int64_t value) in OptionValueSInt64() function
28 OptionValueSInt64(int64_t current_value, int64_t default_value) in OptionValueSInt64() function
33 OptionValueSInt64(const OptionValueSInt64 &rhs) in OptionValueSInt64() function
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h168 class OptionValueSInt64; variable