Home
last modified time | relevance | path

Searched refs:OptionValueSInt64 (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValueSInt64.h17 class OptionValueSInt64 : public Cloneable<OptionValueSInt64, OptionValue> {
19 OptionValueSInt64() = default;
21 OptionValueSInt64(int64_t value) in OptionValueSInt64() function
24 OptionValueSInt64(int64_t current_value, int64_t default_value) in OptionValueSInt64() function
27 OptionValueSInt64(const OptionValueSInt64 &rhs) = default;
29 ~OptionValueSInt64() override = default;
H A DOptionValue.h245 OptionValueSInt64 *GetAsSInt64();
247 const OptionValueSInt64 *GetAsSInt64() const;
H A DOptionValueProperties.h153 OptionValueSInt64 *
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValue.cpp27 return static_cast<OptionValueSInt64 *>(this)->GetCurrentValue(); in GetUInt64Value()
226 OptionValueSInt64 *OptionValue::GetAsSInt64() { in GetAsSInt64()
228 return static_cast<OptionValueSInt64 *>(this); in GetAsSInt64()
232 const OptionValueSInt64 *OptionValue::GetAsSInt64() const { in GetAsSInt64()
234 return static_cast<const OptionValueSInt64 *>(this); in GetAsSInt64()
393 const OptionValueSInt64 *option_value = GetAsSInt64(); in GetSInt64Value()
400 OptionValueSInt64 *option_value = GetAsSInt64(); in SetSInt64Value()
532 value_sp = std::make_shared<OptionValueSInt64>(); in CreateValueFromCStringForTypeMask()
H A DOptionValueSInt64.cpp16 void OptionValueSInt64::DumpValue(const ExecutionContext *exe_ctx, Stream &strm, in DumpValue()
32 Status OptionValueSInt64::SetValueFromString(llvm::StringRef value_ref, in SetValueFromString()
H A DCMakeLists.txt46 OptionValueSInt64.cpp
H A DProperty.cpp188 m_value_sp = std::make_shared<OptionValueSInt64>( in Property()
H A DOptionValueProperties.cpp410 OptionValueSInt64 *OptionValueProperties::GetPropertyAtIndexAsOptionValueSInt64( in GetPropertyAtIndexAsOptionValueSInt64()
/openbsd-src/gnu/usr.bin/clang/liblldbInterpreter/
H A DMakefile45 OptionValueSInt64.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Interpreter/
H A DBUILD.gn69 "OptionValueSInt64.cpp",
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h154 class OptionValueSInt64; variable
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp817 OptionValueSInt64 *term_width = in Debugger()
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt3779 lldb/include/lldb/Interpreter/OptionValueSInt64.h
4099 lldb/source/Interpreter/OptionValueSInt64.cpp