Lines Matching defs:exe_ctx

45   void DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
50 virtual Status DumpPropertyValue(const ExecutionContext *exe_ctx,
77 virtual const Property *GetProperty(const ExecutionContext *exe_ctx,
81 virtual const Property *GetPropertyAtIndex(const ExecutionContext *exe_ctx,
87 virtual const Property *GetPropertyAtPath(const ExecutionContext *exe_ctx,
92 GetPropertyValueAtIndex(const ExecutionContext *exe_ctx, bool will_modify,
95 virtual lldb::OptionValueSP GetValueForKey(const ExecutionContext *exe_ctx,
99 lldb::OptionValueSP GetSubValue(const ExecutionContext *exe_ctx,
104 Status SetSubValue(const ExecutionContext *exe_ctx, VarSetOperationType op,
107 virtual bool PredicateMatches(const ExecutionContext *exe_ctx,
113 GetPropertyAtIndexAsOptionValueArch(const ExecutionContext *exe_ctx,
117 GetPropertyAtIndexAsOptionValueLanguage(const ExecutionContext *exe_ctx,
120 bool GetPropertyAtIndexAsArgs(const ExecutionContext *exe_ctx, uint32_t idx,
123 bool SetPropertyAtIndexFromArgs(const ExecutionContext *exe_ctx, uint32_t idx,
126 bool GetPropertyAtIndexAsBoolean(const ExecutionContext *exe_ctx,
129 bool SetPropertyAtIndexAsBoolean(const ExecutionContext *exe_ctx,
133 GetPropertyAtIndexAsOptionValueDictionary(const ExecutionContext *exe_ctx,
136 int64_t GetPropertyAtIndexAsEnumeration(const ExecutionContext *exe_ctx,
140 bool SetPropertyAtIndexAsEnumeration(const ExecutionContext *exe_ctx,
144 GetPropertyAtIndexAsFormatEntity(const ExecutionContext *exe_ctx,
148 GetPropertyAtIndexAsOptionValueRegex(const ExecutionContext *exe_ctx,
152 GetPropertyAtIndexAsOptionValueSInt64(const ExecutionContext *exe_ctx,
155 int64_t GetPropertyAtIndexAsSInt64(const ExecutionContext *exe_ctx,
158 bool SetPropertyAtIndexAsSInt64(const ExecutionContext *exe_ctx, uint32_t idx,
161 uint64_t GetPropertyAtIndexAsUInt64(const ExecutionContext *exe_ctx,
164 bool SetPropertyAtIndexAsUInt64(const ExecutionContext *exe_ctx, uint32_t idx,
167 llvm::StringRef GetPropertyAtIndexAsString(const ExecutionContext *exe_ctx,
171 bool SetPropertyAtIndexAsString(const ExecutionContext *exe_ctx, uint32_t idx,
175 GetPropertyAtIndexAsOptionValueString(const ExecutionContext *exe_ctx,
179 GetPropertyAtIndexAsOptionValueFileSpec(const ExecutionContext *exe_ctx,
182 FileSpec GetPropertyAtIndexAsFileSpec(const ExecutionContext *exe_ctx,
185 bool SetPropertyAtIndexAsFileSpec(const ExecutionContext *exe_ctx,
189 const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const;
192 const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const;
197 lldb::OptionValuePropertiesSP GetSubProperty(const ExecutionContext *exe_ctx,