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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueArgs.h12 #include "lldb/Interpreter/OptionValueArray.h"
16 class OptionValueArgs : public OptionValueArray {
19 : OptionValueArray(
H A DOptionValueArray.h1 //===-- OptionValueArray.h --------------------------------------*- C++ -*-===//
18 class OptionValueArray : public OptionValue { class in namespace:lldb_private
20 OptionValueArray(uint32_t type_mask = UINT32_MAX, bool raw_value_dump = false) function in class:lldb_private::OptionValueArray
23 ~OptionValueArray() override {}
H A DOptionValue.h177 OptionValueArray *GetAsArray();
179 const OptionValueArray *GetAsArray() const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueArray.cpp1 //===-- OptionValueArray.cpp ------------------------------------*- C++ -*-===//
9 #include "lldb/Interpreter/OptionValueArray.h"
18 void OptionValueArray::DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
78 Status OptionValueArray::SetValueFromString(llvm::StringRef value,
88 OptionValueArray::GetSubValue(const ExecutionContext *exe_ctx,
146 size_t OptionValueArray::GetArgs(Args &args) const {
158 Status OptionValueArray::SetArgs(const Args &args, VarSetOperationType op) {
191 "array of complex types must subclass OptionValueArray");
271 "array of complex types must subclass OptionValueArray");
297 "array of complex types must subclass OptionValueArray");
[all...]
H A DOptionValue.cpp105 OptionValueArray *OptionValue::GetAsArray() {
107 return static_cast<OptionValueArray *>(this);
111 const OptionValueArray *OptionValue::GetAsArray() const {
113 return static_cast<const OptionValueArray *>(this);
H A DProperty.cpp46 std::make_shared<OptionValueArray>(OptionValue::ConvertTypeToMask(
H A DOptionValueProperties.cpp288 const OptionValueArray *array = value->GetAsArray();
307 OptionValueArray *array = value->GetAsArray();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegister.cpp15 #include "lldb/Interpreter/OptionValueArray.h"
279 OptionValueArray set_indexes;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp11 #include "lldb/Interpreter/OptionValueArray.h"
300 OptionValueArray *mem_array = value_sp->GetAsArray();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h146 class OptionValueArray;
369 typedef std::shared_ptr<lldb_private::OptionValueArray> OptionValueArraySP;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp21 #include "lldb/Interpreter/OptionValueArray.h"
781 auto option_value_sp = std::make_shared<OptionValueArray>(1u << data_type);
/freebsd-11-stable/lib/clang/liblldb/
H A DMakefile279 SRCS+= Interpreter/OptionValueArray.cpp

Completed in 192 milliseconds