/llvm-project/lldb/source/Host/macosx/cfcpp/ |
H A D | CFCMutableDictionary.cpp | 80 CFMutableDictionaryRef CFCMutableDictionary::Dictionary(bool can_create) { in Dictionary() function in CFCMutableDictionary 93 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValue() 104 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValue() 115 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt8() 130 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueSInt8() 145 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt16() 160 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueSInt16() 175 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt32() 190 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueSInt32() 205 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt64() [all …]
|
/llvm-project/lldb/include/lldb/Utility/ |
H A D | StructuredData.h | 63 class Dictionary; variable 73 typedef std::shared_ptr<Dictionary> DictionarySP; 99 Dictionary *GetAsDictionary() { in GetAsDictionary() 101 ? static_cast<Dictionary *>(this) in GetAsDictionary() 257 std::optional<Dictionary *> GetItemAtIndexAsDictionary(size_t idx) const { in GetItemAtIndexAsDictionary() 384 class Dictionary : public Object { 386 Dictionary() : Object(lldb::eStructuredDataTypeDictionary) {} in Dictionary() function 388 Dictionary(ObjectSP obj_sp) : Object(lldb::eStructuredDataTypeDictionary) { in Dictionary() function 394 Dictionary *dict = obj_sp->GetAsDictionary(); in Dictionary() 398 ~Dictionary() override = default; [all …]
|
/llvm-project/lldb/tools/debugserver/source/ |
H A D | JSONGenerator.h | 34 class Dictionary; variable 43 typedef std::shared_ptr<Dictionary> DictionarySP; 78 Dictionary *GetAsDictionary() { in GetAsDictionary() 80 return (Dictionary *)this; in GetAsDictionary() 254 class Dictionary : public Object { 256 Dictionary() : Object(Type::eTypeDictionary), m_dict() {} in Dictionary() function 258 virtual ~Dictionary() {} in ~Dictionary()
|
/llvm-project/lldb/source/Core/ |
H A D | SearchFilter.cpp | 79 const StructuredData::Dictionary &filter_dict, in CreateFromStructuredData() 104 StructuredData::Dictionary *subclass_options = nullptr; in CreateFromStructuredData() 181 auto type_dict_sp = std::make_shared<StructuredData::Dictionary>(); in WrapOptionsDict() 361 const StructuredData::Dictionary &data_dict, in CreateFromStructuredData() 370 auto result_sp = std::make_shared<StructuredData::Dictionary>(); in ModulePasses() 461 const StructuredData::Dictionary &data_dict, in CreateFromStructuredData() 492 auto options_dict_sp = std::make_shared<StructuredData::Dictionary>(); in SerializeToStructuredData() 593 const StructuredData::Dictionary &data_dict, in CreateFromStructuredData() 624 auto options_dict_sp = std::make_shared<StructuredData::Dictionary>(); 643 const StructuredData::Dictionary in CreateFromStructuredData() [all...] |
H A D | DebuggerEvents.cpp | 62 auto dictionary_sp = std::make_shared<StructuredData::Dictionary>(); in GetAsStructuredData() 118 auto dictionary_sp = std::make_shared<StructuredData::Dictionary>(); in GetAsStructuredData()
|
/llvm-project/lldb/include/lldb/Core/ |
H A D | SearchFilter.h | 204 const StructuredData::Dictionary &data_dict, 302 const StructuredData::Dictionary &data_dict, 344 const StructuredData::Dictionary &data_dict, 391 const StructuredData::Dictionary &data_dict, 430 const StructuredData::Dictionary &data_dict,
|
/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointResolverScripted.cpp | 62 const StructuredData::Dictionary &options_dict, Status &error) { in CreateFromStructuredData() 78 StructuredData::Dictionary *args_dict = nullptr; in CreateFromStructuredData() 89 new StructuredData::Dictionary()); in SerializeToStructuredData()
|
H A D | BreakpointOptions.cpp | 41 new StructuredData::Dictionary()); in SerializeToStructuredData() 61 const StructuredData::Dictionary &options_dict, Status &error) { in CreateFromStructuredData() 219 Target &target, const StructuredData::Dictionary &options_dict, in CreateFromStructuredData() 285 StructuredData::Dictionary *cmds_dict; in CreateFromStructuredData() 330 StructuredData::Dictionary *thread_spec_dict; in CreateFromStructuredData() 351 new StructuredData::Dictionary()); in SerializeToStructuredData()
|
H A D | BreakpointResolver.cpp | 74 const StructuredData::Dictionary &resolver_dict, Status &error) { in CreateFromStructuredData() 100 StructuredData::Dictionary *subclass_options = nullptr; in CreateFromStructuredData() 159 StructuredData::DictionarySP type_dict_sp(new StructuredData::Dictionary()); in WrapOptionsDict()
|
H A D | BreakpointResolverFileRegex.cpp | 30 const StructuredData::Dictionary &options_dict, Status &error) { in CreateFromStructuredData() 77 new StructuredData::Dictionary()); in SerializeToStructuredData()
|
H A D | BreakpointResolverAddress.cpp | 34 const StructuredData::Dictionary &options_dict, Status &error) { in CreateFromStructuredData() 67 new StructuredData::Dictionary()); in SerializeToStructuredData()
|
/llvm-project/clang/test/SemaObjC/ |
H A D | typo-correction-subscript.m | 3 @class Dictionary; 8 - (void)rdar47403222:(Dictionary *)opts { argument
|
/llvm-project/lldb/include/lldb/Target/ |
H A D | DynamicRegisterInfo.h | 50 Create(const StructuredData::Dictionary &dict, const ArchSpec &arch); 57 size_t SetRegisterInfo(const lldb_private::StructuredData::Dictionary &dict, 116 uint32_t index, lldb_private::StructuredData::Dictionary ®_info_dict,
|
/llvm-project/lldb/source/Plugins/Platform/QemuUser/ |
H A D | PlatformQemuUserProperties.td | 16 def EmulatorEnvVars: Property<"emulator-env-vars", "Dictionary">, 20 def TargetEnvVars: Property<"target-env-vars", "Dictionary">,
|
/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerMutate.h | 104 size_t AddWordFromDictionary(Dictionary &D, uint8_t *Data, size_t Size, 131 Dictionary ManualDictionary; 134 Dictionary PersistentAutoDictionary;
|
/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
H A D | StructuredDataDarwinLog.h | 96 size_t DumpHeader(Stream &stream, const StructuredData::Dictionary &event); 98 size_t HandleDisplayOfEvent(const StructuredData::Dictionary &event,
|
H A D | StructuredDataDarwinLog.cpp | 209 StructuredData::Dictionary *dict_p = new StructuredData::Dictionary(); in Serialize() 238 virtual void DoSerialization(StructuredData::Dictionary &dict) const = 0; 274 void DoSerialization(StructuredData::Dictionary &dict) const override { in DoSerialization() 326 void DoSerialization(StructuredData::Dictionary &dict) const override { in DoSerialization() 567 StructuredData::DictionarySP config_sp(new StructuredData::Dictionary()); in BuildConfigurationData() 578 StructuredData::DictionarySP(new StructuredData::Dictionary()); in BuildConfigurationData() 1139 const StructuredData::Dictionary *dictionary = object_sp->GetAsDictionary(); in GetDescription() 1650 const StructuredData::Dictionary &event) { in DumpHeader() 1733 const StructuredData::Dictionary in HandleDisplayOfEvent() [all...] |
/llvm-project/lldb/source/Plugins/Process/scripted/ |
H A D | ScriptedThread.cpp | 179 std::optional<StructuredData::Dictionary *> maybe_dict = in LoadArtificialStackFrames() 189 StructuredData::Dictionary *dict = *maybe_dict; in LoadArtificialStackFrames() 241 StructuredData::Dictionary *data_dict; in CalculateStopInfo() 274 StructuredData::Dictionary *mach_exception; in CalculateStopInfo()
|
/llvm-project/lldb/unittests/tools/lldb-server/tests/ |
H A D | MessageObjects.cpp | 72 JThreadsInfo::parseRegisters(const StructuredData::Dictionary &Dict, in parseRegisters() 109 std::optional<StructuredData::Dictionary *> maybe_thread_info = in create() 114 StructuredData::Dictionary *thread_info = *maybe_thread_info; in create() 123 StructuredData::Dictionary *register_dict; in create()
|
/llvm-project/lldb/source/Target/ |
H A D | ThreadSpec.cpp | 23 const StructuredData::Dictionary &spec_dict, Status &error) { in CreateFromStructuredData() 54 StructuredData::DictionarySP data_dict_sp(new StructuredData::Dictionary()); in SerializeToStructuredData()
|
/llvm-project/lldb/source/Utility/ |
H A D | StructuredData.cpp | 87 auto dict_up = std::make_unique<StructuredData::Dictionary>(); in ParseJSONObject() 163 void StructuredData::Dictionary::Serialize(json::OStream &s) const { in Serialize() 239 void StructuredData::Dictionary::GetDescription(lldb_private::Stream &s) const { in GetDescription()
|
/llvm-project/lldb/source/Interpreter/ |
H A D | OptionGroupPythonClassWithDict.cpp | 93 m_dict_sp = std::make_shared<StructuredData::Dictionary>(); in SetOptionValue() 103 m_dict_sp = std::make_shared<StructuredData::Dictionary>(); in SetOptionValue()
|
/llvm-project/compiler-rt/test/fuzzer/ |
H A D | dict1.txt | 1 # Dictionary for SimpleDictionaryTest
|
/llvm-project/clang/test/Import/objc-param-decl/Inputs/ |
H A D | S.m | 4 @interface Dictionary <FirstParam : id <NSString>, NSString> interface
|
/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | BreakpointOptions.h | 58 CreateFromStructuredData(const StructuredData::Dictionary &options_dict, 128 const StructuredData::Dictionary &data_dict,
|