Home
last modified time | relevance | path

Searched defs:value_sp (Results 1 – 18 of 18) sorted by relevance

/external/lldb/source/API/
DSBValue.cpp118 lldb::ValueObjectSP value_sp = m_valobj_sp; in GetSP() local
249 SBValue::SBValue (const lldb::ValueObjectSP &value_sp) in SBValue()
294 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetError() local
307 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetID() local
318 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetName() local
340 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetTypeName() local
364 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetByteSize() local
382 lldb::ValueObjectSP value_sp(GetSP(locker)); in IsInScope() local
402 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetValue() local
423 lldb::ValueObjectSP value_sp(GetSP(locker)); in GetValueType() local
[all …]
DSBFrame.cpp694 ValueObjectSP value_sp (frame->GetValueForVariableExpressionPath (var_path, in GetValueForVariablePath() local
746 ValueObjectSP value_sp; in FindVariable() local
833 ValueObjectSP value_sp; in FindValue() local
1223 ValueObjectSP value_sp; in FindRegister() local
DSBDebugger.cpp969 lldb::OptionValueSP value_sp (debugger_sp->GetPropertyValue (&exe_ctx, in GetInternalVariableValue() local
/external/lldb/include/lldb/Interpreter/
DOptionValueArray.h91 lldb::OptionValueSP value_sp; variable
100 lldb::OptionValueSP value_sp; in GetValueAtIndex() local
107 AppendValue (const lldb::OptionValueSP &value_sp) in AppendValue()
120 InsertValue (size_t idx, const lldb::OptionValueSP &value_sp) in InsertValue()
136 ReplaceValue (size_t idx, const lldb::OptionValueSP &value_sp) in ReplaceValue()
DProperty.h68 SetOptionValue (const lldb::OptionValueSP &value_sp) in SetOptionValue()
/external/lldb/tools/lldb-perf/lib/
DResults.cpp53 … value->ForEach([&dict](const std::string &key, const Results::ResultSP &value_sp) -> bool in AddResultToArray()
54 { in AddResultToArray()
124 … value->ForEach([&dict](const std::string &key, const Results::ResultSP &value_sp) -> bool in AddResultToDictionary()
125 { in AddResultToDictionary()
164 { in Write()
/external/lldb/source/Interpreter/
DOptionValueDictionary.cpp164 … lldb::OptionValueSP value_sp (CreateValueFromCStringForTypeMask (kvp.second.data(), in SetArgs() local
229 lldb::OptionValueSP value_sp; in GetSubValue() local
332 lldb::OptionValueSP value_sp (GetSubValue (exe_ctx, name, will_modify, error)); in SetSubValue() local
347 lldb::OptionValueSP value_sp; in GetValueForKey() local
391 const lldb::OptionValueSP &value_sp, in SetValueForKey()
DOptionValueArray.cpp190 … lldb::OptionValueSP value_sp (CreateValueFromCStringForTypeMask (args.GetArgumentAtIndex(i), in SetArgs() local
284 … lldb::OptionValueSP value_sp (CreateValueFromCStringForTypeMask (args.GetArgumentAtIndex(i), in SetArgs() local
316 … lldb::OptionValueSP value_sp (CreateValueFromCStringForTypeMask (args.GetArgumentAtIndex(i), in SetArgs() local
DOptionValueProperties.cpp86 const OptionValueSP &value_sp) in AppendProperty()
121 lldb::OptionValueSP value_sp; in GetValueForKey() local
134 lldb::OptionValueSP value_sp; in GetSubValue() local
216 lldb::OptionValueSP value_sp (GetSubValue (exe_ctx, name, will_modify, error)); in SetSubValue() local
279 OptionValueSP value_sp(GetPropertyValueAtIndex (exe_ctx, will_modify, idx)); in GetPropertyAtIndexAsOptionValuePathMappings() local
288 OptionValueSP value_sp(GetPropertyValueAtIndex (exe_ctx, will_modify, idx)); in GetPropertyAtIndexAsOptionValueFileSpecList() local
536 OptionValueSP value_sp(GetPropertyValueAtIndex (exe_ctx, will_modify, idx)); in GetPropertyAtIndexAsOptionValueString() local
635 lldb::OptionValueSP value_sp (GetSubValue (exe_ctx, property_path, will_modify, error)); in DumpPropertyValue() local
DOptionValueUInt64.cpp25 lldb::OptionValueSP value_sp (new OptionValueUInt64()); in Create() local
DProperty.cpp174 const lldb::OptionValueSP &value_sp) : in Property()
DOptionValue.cpp545 lldb::OptionValueSP value_sp; in CreateValueFromCStringForTypeMask() local
/external/chromium_org/base/
Dcpu.cc151 StringPiece value_sp = line_sp.substr(colon_pos + 1); in LazyCpuInfoValue() local
/external/lldb/source/Commands/
DCommandObjectRegister.cpp307 OptionValueSP value_sp (OptionValueUInt64::Create (option_value, error)); in SetOptionValue() local
DCommandObjectSettings.cpp200 …lldb::OptionValueSP value_sp (m_interpreter.GetDebugger().GetPropertyValue(&m_exe_ctx, setting_var… in HandleArgumentCompletion() local
/external/lldb/source/Plugins/Instruction/ARM/
DEmulationStateARM.cpp327 OptionValueSP value_sp = test_data->GetValueForKey (memory_key); in LoadStateFromDictionary() local
DEmulateInstructionARM.cpp13500 OptionValueSP value_sp = test_data->GetValueForKey (opcode_key); in TestEmulation() local
/external/lldb/source/Core/
DDisassembler.cpp785 lldb::OptionValueSP value_sp; in ReadDictionary() local
893 OptionValueSP value_sp = data_dictionary->GetValueForKey (description_key); in TestEmulation() local