Home
last modified time | relevance | path

Searched refs:GetAsArray (Results 1 – 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/
DOptionValue.h211 GetAsArray ();
214 GetAsArray () const;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
DOptionValue.cpp129 OptionValue::GetAsArray () in GetAsArray() function in OptionValue
138 OptionValue::GetAsArray () const in GetAsArray() function in OptionValue
DOptionValueProperties.cpp312 const OptionValueArray *array = value->GetAsArray(); in GetPropertyAtIndexAsArgs()
335 OptionValueArray *array = value->GetAsArray(); in SetPropertyAtIndexFromArgs()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
DEmulationStateARM.cpp345 OptionValueArray *mem_array = value_sp->GetAsArray(); in LoadStateFromDictionary()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DDisassembler.cpp717 option_value_sp->GetAsArray()->InsertValue (idx, data_value_sp); in ReadArray()