reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Core/Disassembler.h
  161   lldb::OptionValueSP ReadArray(FILE *in_file, Stream *out_stream,
  164   lldb::OptionValueSP ReadDictionary(FILE *in_file, Stream *out_stream);
tools/lldb/include/lldb/Core/UserSettingsController.h
   48   virtual lldb::OptionValueSP GetPropertyValue(const ExecutionContext *exe_ctx,
tools/lldb/include/lldb/Interpreter/OptionValue.h
   94   virtual lldb::OptionValueSP DeepCopy() const = 0;
  100   virtual lldb::OptionValueSP GetSubValue(const ExecutionContext *exe_ctx,
  170   static lldb::OptionValueSP
  307   void SetParent(const lldb::OptionValueSP &parent_sp) {
tools/lldb/include/lldb/Interpreter/OptionValueArch.h
   56   lldb::OptionValueSP DeepCopy() const override;
tools/lldb/include/lldb/Interpreter/OptionValueArray.h
   45   lldb::OptionValueSP DeepCopy() const override;
   49   lldb::OptionValueSP GetSubValue(const ExecutionContext *exe_ctx,
   57   lldb::OptionValueSP operator[](size_t idx) const {
   58     lldb::OptionValueSP value_sp;
   64   lldb::OptionValueSP GetValueAtIndex(size_t idx) const {
   65     lldb::OptionValueSP value_sp;
   71   bool AppendValue(const lldb::OptionValueSP &value_sp) {
   81   bool InsertValue(size_t idx, const lldb::OptionValueSP &value_sp) {
   94   bool ReplaceValue(size_t idx, const lldb::OptionValueSP &value_sp) {
  119   typedef std::vector<lldb::OptionValueSP> collection;
tools/lldb/include/lldb/Interpreter/OptionValueBoolean.h
   79   lldb::OptionValueSP DeepCopy() const override;
tools/lldb/include/lldb/Interpreter/OptionValueChar.h
   62   lldb::OptionValueSP DeepCopy() const override;
tools/lldb/include/lldb/Interpreter/OptionValueDictionary.h
   44   lldb::OptionValueSP DeepCopy() const override;
   56   lldb::OptionValueSP GetValueForKey(ConstString key) const;
   58   lldb::OptionValueSP GetSubValue(const ExecutionContext *exe_ctx,
   66                       const lldb::OptionValueSP &value_sp,
   76   typedef std::map<ConstString, lldb::OptionValueSP> collection;
tools/lldb/include/lldb/Interpreter/OptionValueEnumeration.h
   56   lldb::OptionValueSP DeepCopy() const override;
tools/lldb/include/lldb/Interpreter/OptionValueFileSpec.h
   52   lldb::OptionValueSP DeepCopy() const override;
tools/lldb/include/lldb/Interpreter/OptionValueFileSpecList.h
   49   lldb::OptionValueSP DeepCopy() const override;
tools/lldb/include/lldb/Interpreter/OptionValueFormat.h
   47   lldb::OptionValueSP DeepCopy() const override;
tools/lldb/include/lldb/Interpreter/OptionValueFormatEntity.h
   39   lldb::OptionValueSP DeepCopy() const override;
tools/lldb/include/lldb/Interpreter/OptionValueLanguage.h
   50   lldb::OptionValueSP DeepCopy() const override;
tools/lldb/include/lldb/Interpreter/OptionValuePathMappings.h
   44   lldb::OptionValueSP DeepCopy() const override;
tools/lldb/include/lldb/Interpreter/OptionValueProperties.h
   39   lldb::OptionValueSP DeepCopy() const override;
   91   virtual lldb::OptionValueSP
   95   virtual lldb::OptionValueSP GetValueForKey(const ExecutionContext *exe_ctx,
   99   lldb::OptionValueSP GetSubValue(const ExecutionContext *exe_ctx,
  195                       bool is_global, const lldb::OptionValueSP &value_sp);
tools/lldb/include/lldb/Interpreter/OptionValueRegex.h
   44   lldb::OptionValueSP DeepCopy() const override;
tools/lldb/include/lldb/Interpreter/OptionValueSInt64.h
   59   lldb::OptionValueSP DeepCopy() const override;
tools/lldb/include/lldb/Interpreter/OptionValueString.h
   94   lldb::OptionValueSP DeepCopy() const override;
tools/lldb/include/lldb/Interpreter/OptionValueUInt64.h
   34   static lldb::OptionValueSP Create(const char *, Status &) = delete;
   35   static lldb::OptionValueSP Create(llvm::StringRef value_str, Status &error);
   56   lldb::OptionValueSP DeepCopy() const override;
tools/lldb/include/lldb/Interpreter/OptionValueUUID.h
   45   lldb::OptionValueSP DeepCopy() const override;
tools/lldb/include/lldb/Interpreter/Property.h
   41            const lldb::OptionValueSP &value_sp);
   48   const lldb::OptionValueSP &GetValue() const { return m_value_sp; }
   50   void SetOptionValue(const lldb::OptionValueSP &value_sp) {
   73   lldb::OptionValueSP m_value_sp;
tools/lldb/source/API/SBDebugger.cpp
 1270     lldb::OptionValueSP value_sp(
tools/lldb/source/Commands/CommandObjectRegister.cpp
  253         OptionValueSP value_sp(OptionValueUInt64::Create(option_value, error));
tools/lldb/source/Commands/CommandObjectSettings.cpp
  160       lldb::OptionValueSP value_sp(GetDebugger().GetPropertyValue(
tools/lldb/source/Core/Disassembler.cpp
  360       OptionValueSP value_sp = target_sp->GetDebugger().GetPropertyValue(
  776 OptionValueSP Instruction::ReadArray(FILE *in_file, Stream *out_stream,
  815       OptionValueSP data_value_sp;
  835 OptionValueSP Instruction::ReadDictionary(FILE *in_file, Stream *out_stream) {
  890       lldb::OptionValueSP value_sp;
  972   OptionValueSP data_dictionary_sp(ReadDictionary(test_file, out_stream));
  987   OptionValueSP value_sp = data_dictionary->GetValueForKey(description_key);
tools/lldb/source/Core/UserSettingsController.cpp
   33 lldb::OptionValueSP
tools/lldb/source/Interpreter/OptionValue.cpp
  501 lldb::OptionValueSP OptionValue::CreateValueFromCStringForTypeMask(
  505   lldb::OptionValueSP value_sp;
  552   lldb::OptionValueSP m_parent_sp(m_parent_wp.lock());
tools/lldb/source/Interpreter/OptionValueArch.cpp
   67 lldb::OptionValueSP OptionValueArch::DeepCopy() const {
tools/lldb/source/Interpreter/OptionValueArray.cpp
   87 lldb::OptionValueSP
  180           lldb::OptionValueSP value_sp(CreateValueFromCStringForTypeMask(
  260           lldb::OptionValueSP value_sp(CreateValueFromCStringForTypeMask(
  288       lldb::OptionValueSP value_sp(CreateValueFromCStringForTypeMask(
  305 lldb::OptionValueSP OptionValueArray::DeepCopy() const {
  308   lldb::OptionValueSP copied_value_sp(copied_array);
tools/lldb/source/Interpreter/OptionValueBoolean.cpp
   70 lldb::OptionValueSP OptionValueBoolean::DeepCopy() const {
tools/lldb/source/Interpreter/OptionValueChar.cpp
   61 lldb::OptionValueSP OptionValueChar::DeepCopy() const {
tools/lldb/source/Interpreter/OptionValueDictionary.cpp
  163       lldb::OptionValueSP value_sp(CreateValueFromCStringForTypeMask(
  211 lldb::OptionValueSP
  215   lldb::OptionValueSP value_sp;
  268   lldb::OptionValueSP value_sp(GetSubValue(exe_ctx, name, will_modify, error));
  278 lldb::OptionValueSP
  280   lldb::OptionValueSP value_sp;
  288                                            const lldb::OptionValueSP &value_sp,
  313 lldb::OptionValueSP OptionValueDictionary::DeepCopy() const {
  316   lldb::OptionValueSP copied_value_sp(copied_dict);
tools/lldb/source/Interpreter/OptionValueEnumeration.cpp
  101 lldb::OptionValueSP OptionValueEnumeration::DeepCopy() const {
tools/lldb/source/Interpreter/OptionValueFileSpec.cpp
   98 lldb::OptionValueSP OptionValueFileSpec::DeepCopy() const {
tools/lldb/source/Interpreter/OptionValueFileSpecList.cpp
  167 lldb::OptionValueSP OptionValueFileSpecList::DeepCopy() const {
tools/lldb/source/Interpreter/OptionValueFormat.cpp
   60 lldb::OptionValueSP OptionValueFormat::DeepCopy() const {
tools/lldb/source/Interpreter/OptionValueFormatEntity.cpp
  115 lldb::OptionValueSP OptionValueFormatEntity::DeepCopy() const {
tools/lldb/source/Interpreter/OptionValueLanguage.cpp
   73 lldb::OptionValueSP OptionValueLanguage::DeepCopy() const {
tools/lldb/source/Interpreter/OptionValuePathMappings.cpp
  202 lldb::OptionValueSP OptionValuePathMappings::DeepCopy() const {
tools/lldb/source/Interpreter/OptionValueProperties.cpp
   41       lldb::OptionValueSP new_value_sp(m_properties[i].GetValue()->DeepCopy());
   72                                            const OptionValueSP &value_sp) {
   99 lldb::OptionValueSP
  103   lldb::OptionValueSP value_sp;
  110 lldb::OptionValueSP
  114   lldb::OptionValueSP value_sp;
  133     lldb::OptionValueSP return_val_sp;
  207   lldb::OptionValueSP value_sp(GetSubValue(exe_ctx, name, will_modify, error));
  239 lldb::OptionValueSP OptionValueProperties::GetPropertyValueAtIndex(
  250   OptionValueSP value_sp(GetPropertyValueAtIndex(exe_ctx, will_modify, idx));
  259   OptionValueSP value_sp(GetPropertyValueAtIndex(exe_ctx, will_modify, idx));
  492   OptionValueSP value_sp(GetPropertyValueAtIndex(exe_ctx, will_modify, idx));
  574   lldb::OptionValueSP value_sp(
  588 lldb::OptionValueSP OptionValueProperties::DeepCopy() const {
  670   lldb::OptionValueSP option_value_sp(GetValueForKey(exe_ctx, name, false));
tools/lldb/source/Interpreter/OptionValueRegex.cpp
   63 lldb::OptionValueSP OptionValueRegex::DeepCopy() const {
tools/lldb/source/Interpreter/OptionValueSInt64.cpp
   74 lldb::OptionValueSP OptionValueSInt64::DeepCopy() const {
tools/lldb/source/Interpreter/OptionValueString.cpp
  121 lldb::OptionValueSP OptionValueString::DeepCopy() const {
tools/lldb/source/Interpreter/OptionValueUInt64.cpp
   18 lldb::OptionValueSP OptionValueUInt64::Create(llvm::StringRef value_str,
   20   lldb::OptionValueSP value_sp(new OptionValueUInt64());
   73 lldb::OptionValueSP OptionValueUInt64::DeepCopy() const {
tools/lldb/source/Interpreter/OptionValueUUID.cpp
   61 lldb::OptionValueSP OptionValueUUID::DeepCopy() const {
tools/lldb/source/Interpreter/Property.cpp
  222                    bool is_global, const lldb::OptionValueSP &value_sp)
tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
14400   OptionValueSP value_sp = test_data->GetValueForKey(opcode_key);
tools/lldb/source/Plugins/Instruction/ARM/EmulationStateARM.cpp
  283   OptionValueSP value_sp = test_data->GetValueForKey(memory_key);
tools/lldb/source/Target/Process.cpp
  540   OptionValueSP value_sp =