Searched refs:m_wrapper_struct_name (Results 1 – 4 of 4) sorted by relevance
91 m_wrapper_function_text.append(m_wrapper_struct_name); in CompileFunction()174 m_wrapper_function_text.append(m_wrapper_struct_name); in CompileFunction()176 m_wrapper_function_text.append(m_wrapper_struct_name); in CompileFunction()
142 const char *GetWrapperStructName() { return m_wrapper_struct_name.c_str(); } in GetWrapperStructName()
312 std::string m_wrapper_struct_name; ///< The name of the struct that contains variable
46 m_wrapper_struct_name("__lldb_caller_struct"), m_wrapper_args_addrs(), in FunctionCaller()