Home
last modified time | relevance | path

Searched refs:OptionValueArray (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueArray.cpp17 void OptionValueArray::DumpValue(const ExecutionContext *exe_ctx, Stream &strm, in DumpValue()
78 llvm::json::Value OptionValueArray::ToJSON(const ExecutionContext *exe_ctx) { in ToJSON()
86 Status OptionValueArray::SetValueFromString(llvm::StringRef value, in SetValueFromString()
96 OptionValueArray::GetSubValue(const ExecutionContext *exe_ctx, in GetSubValue()
152 size_t OptionValueArray::GetArgs(Args &args) const { in GetArgs()
164 Status OptionValueArray::SetArgs(const Args &args, VarSetOperationType op) { in SetArgs()
309 OptionValueArray::DeepCopy(const OptionValueSP &new_parent) const { in DeepCopy()
313 auto *array_value_ptr = static_cast<OptionValueArray *>(copy_sp.get()); in DeepCopy()
H A DOptionValue.cpp105 OptionValueArray *OptionValue::GetAsArray() { in GetAsArgs()
107 return static_cast<OptionValueArray *>(this); in GetAsArgs()
111 const OptionValueArray *OptionValue::GetAsArray() const { in GetAsDictionary()
113 return static_cast<const OptionValueArray *>(this); in GetAsDictionary()
H A DOptionValueProperties.cpp199 const OptionValueArray *array = value->GetAsArray(); in GetPropertyAtIndexAsArgs()
228 OptionValueArray *array = value->GetAsArray(); in SetPropertyAtIndexFromArgs()
H A DProperty.cpp45 std::make_shared<OptionValueArray>(OptionValue::ConvertTypeToMask( in Property()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueArray.h18 class OptionValueArray : public Cloneable<OptionValueArray, OptionValue> {
20 OptionValueArray(uint32_t type_mask = UINT32_MAX, bool raw_value_dump = false)
23 ~OptionValueArray() override = default;
H A DOptionValueArgs.h16 class OptionValueArgs : public Cloneable<OptionValueArgs, OptionValueArray> {
H A DOptionValue.h197 OptionValueArray *GetAsArray();
198 const OptionValueArray *GetAsArray() const;
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegister.cpp278 OptionValueArray set_indexes;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp301 OptionValueArray *mem_array = value_sp->GetAsArray(); in LoadStateFromDictionary()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h144 class OptionValueArray; variable
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp707 auto option_value_sp = std::make_shared<OptionValueArray>(1u << data_type); in ReadArray()
/freebsd/lib/clang/liblldb/
H A DMakefile323 SRCS+= Interpreter/OptionValueArray.cpp