/external/lldb/source/API/ |
D | SBValue.cpp | 118 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 …]
|
D | SBFrame.cpp | 694 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
|
D | SBDebugger.cpp | 969 lldb::OptionValueSP value_sp (debugger_sp->GetPropertyValue (&exe_ctx, in GetInternalVariableValue() local
|
/external/lldb/include/lldb/Interpreter/ |
D | OptionValueArray.h | 91 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()
|
D | Property.h | 68 SetOptionValue (const lldb::OptionValueSP &value_sp) in SetOptionValue()
|
/external/lldb/tools/lldb-perf/lib/ |
D | Results.cpp | 53 … 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/ |
D | OptionValueDictionary.cpp | 164 … 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()
|
D | OptionValueArray.cpp | 190 … 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
|
D | OptionValueProperties.cpp | 86 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
|
D | OptionValueUInt64.cpp | 25 lldb::OptionValueSP value_sp (new OptionValueUInt64()); in Create() local
|
D | Property.cpp | 174 const lldb::OptionValueSP &value_sp) : in Property()
|
D | OptionValue.cpp | 545 lldb::OptionValueSP value_sp; in CreateValueFromCStringForTypeMask() local
|
/external/chromium_org/base/ |
D | cpu.cc | 151 StringPiece value_sp = line_sp.substr(colon_pos + 1); in LazyCpuInfoValue() local
|
/external/lldb/source/Commands/ |
D | CommandObjectRegister.cpp | 307 OptionValueSP value_sp (OptionValueUInt64::Create (option_value, error)); in SetOptionValue() local
|
D | CommandObjectSettings.cpp | 200 …lldb::OptionValueSP value_sp (m_interpreter.GetDebugger().GetPropertyValue(&m_exe_ctx, setting_var… in HandleArgumentCompletion() local
|
/external/lldb/source/Plugins/Instruction/ARM/ |
D | EmulationStateARM.cpp | 327 OptionValueSP value_sp = test_data->GetValueForKey (memory_key); in LoadStateFromDictionary() local
|
D | EmulateInstructionARM.cpp | 13500 OptionValueSP value_sp = test_data->GetValueForKey (opcode_key); in TestEmulation() local
|
/external/lldb/source/Core/ |
D | Disassembler.cpp | 785 lldb::OptionValueSP value_sp; in ReadDictionary() local 893 OptionValueSP value_sp = data_dictionary->GetValueForKey (description_key); in TestEmulation() local
|