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

References

gen/tools/lldb/source/Target/TargetProperties.inc
   63   {"env-vars", OptionValue::eTypeDictionary, false, 16, nullptr, {}, "A list of all the environment variables to be passed to the executable's environment, and their values."},
tools/lldb/include/lldb/Interpreter/OptionValue.h
  139     case 1u << eTypeDictionary:
  140       return eTypeDictionary;
tools/lldb/include/lldb/Interpreter/OptionValueDictionary.h
   29   OptionValue::Type GetType() const override { return eTypeDictionary; }
tools/lldb/source/Interpreter/OptionValue.cpp
  130   if (GetType() == OptionValue::eTypeDictionary)
  136   if (GetType() == OptionValue::eTypeDictionary)
  469   case eTypeDictionary:
tools/lldb/source/Interpreter/OptionValueArray.cpp
   44       case eTypeDictionary:
tools/lldb/source/Interpreter/OptionValueDictionary.cpp
   54       case eTypeDictionary:
tools/lldb/source/Interpreter/Property.cpp
   70   case OptionValue::eTypeDictionary:
tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
14430       (value_sp->GetType() != OptionValue::eTypeDictionary)) {
14443       (value_sp->GetType() != OptionValue::eTypeDictionary)) {