Lines Matching refs:ConstString

61   RSBreakpointResolver(const lldb::BreakpointSP &bp, ConstString name)  in RSBreakpointResolver()
87 ConstString m_kernel_name;
103 const lldb::BreakpointSP &breakpoint, ConstString reduce_name,
137 ConstString m_reduce_name; // The name of the reduction
151 ConstString m_name;
163 ConstString m_name;
182 ConstString m_reduce_name; // This is the name given to the general reduction
185 ConstString m_init_name; // The name of the initializer name. "." if no
187 ConstString m_accum_name; // The accumulator function name. "." if not given
188 ConstString m_comb_name; // The name of the combiner function. If this was not
191 ConstString m_outc_name; // The name of the outconverter
193 ConstString m_halter_name; // The name of the halter function. XXX This is not
242 ConstString m_name;
245 ConstString m_name;
254 ConstString name, in RSScriptGroupBreakpointResolver()
284 FindScriptGroup(ConstString name) const { in FindScriptGroup()
286 if (ConstString::Compare(sg->m_name, name) == 0) in FindScriptGroup()
292 ConstString m_group_name;
321 static lldb_private::ConstString GetPluginNameStatic();
380 ConstString name, bool stop_on_all);
402 bool IsKnownKernel(ConstString name) { in IsKnownKernel()
413 lldb_private::ConstString GetPluginName() override;
420 bool ResolveKernelName(lldb::addr_t kernel_address, ConstString &name);
444 lldb::BreakpointSP CreateScriptGroupBreakpoint(ConstString name,
447 lldb::BreakpointSP CreateKernelBreakpoint(ConstString name);
449 lldb::BreakpointSP CreateReductionBreakpoint(ConstString name,