Searched refs:m_wrapper_struct_name (Results 1 – 4 of 4) sorted by relevance
90 m_wrapper_function_text.append(m_wrapper_struct_name); in CompileFunction()173 m_wrapper_function_text.append(m_wrapper_struct_name); in CompileFunction()175 m_wrapper_function_text.append(m_wrapper_struct_name); in CompileFunction()
140 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
45 m_wrapper_struct_name("__lldb_caller_struct"), m_wrapper_args_addrs(), in FunctionCaller()