Lines Matching defs:impl_function
2175 const char *impl_function, Process *process, std::string &output,
2182 if (!impl_function || !impl_function[0]) {
2191 impl_function, m_dictionary_name.c_str(), process->shared_from_this(),
2200 const char *impl_function, Thread *thread, std::string &output,
2206 if (!impl_function || !impl_function[0]) {
2215 impl_function, m_dictionary_name.c_str(),
2225 const char *impl_function, Target *target, std::string &output,
2232 if (!impl_function || !impl_function[0]) {
2242 impl_function, m_dictionary_name.c_str(), target_sp, output);
2250 const char *impl_function, StackFrame *frame, std::string &output,
2256 if (!impl_function || !impl_function[0]) {
2265 impl_function, m_dictionary_name.c_str(),
2275 const char *impl_function, ValueObject *value, std::string &output,
2282 if (!impl_function || !impl_function[0]) {
2291 impl_function, m_dictionary_name.c_str(), value->GetSP(), output);
2537 const char *impl_function, llvm::StringRef args,
2541 if (!impl_function) {
2568 impl_function, m_dictionary_name.c_str(), debugger_sp, args_str.c_str(),