Lines Matching defs:impl_function
2213 const char *impl_function, Process *process, std::string &output,
2220 if (!impl_function || !impl_function[0]) {
2229 impl_function, m_dictionary_name.c_str(), process->shared_from_this(),
2238 const char *impl_function, Thread *thread, std::string &output,
2244 if (!impl_function || !impl_function[0]) {
2253 impl_function, m_dictionary_name.c_str(),
2263 const char *impl_function, Target *target, std::string &output,
2270 if (!impl_function || !impl_function[0]) {
2280 impl_function, m_dictionary_name.c_str(), target_sp, output);
2288 const char *impl_function, StackFrame *frame, std::string &output,
2294 if (!impl_function || !impl_function[0]) {
2303 impl_function, m_dictionary_name.c_str(),
2313 const char *impl_function, ValueObject *value, std::string &output,
2320 if (!impl_function || !impl_function[0]) {
2329 impl_function, m_dictionary_name.c_str(), value->GetSP(), output);
2571 const char *impl_function, llvm::StringRef args,
2575 if (!impl_function) {
2602 impl_function, m_dictionary_name.c_str(), debugger_sp, args_str.c_str(),