Home
last modified time | relevance | path

Searched refs:m_wrapper_struct_name (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangFunctionCaller.cpp90 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()
DClangFunctionCaller.h140 const char *GetWrapperStructName() { return m_wrapper_struct_name.c_str(); } in GetWrapperStructName()
/external/llvm-project/lldb/include/lldb/Expression/
DFunctionCaller.h312 std::string m_wrapper_struct_name; ///< The name of the struct that contains variable
/external/llvm-project/lldb/source/Expression/
DFunctionCaller.cpp45 m_wrapper_struct_name("__lldb_caller_struct"), m_wrapper_args_addrs(), in FunctionCaller()