Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Expression/
DFunctionCaller.h273 return m_wrapper_function_name.c_str(); in FunctionName()
309 std::string m_wrapper_function_name; ///< The name of the wrapper function. variable
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangFunctionCaller.cpp88 m_wrapper_function_text.append(m_wrapper_function_name); in CompileFunction()
DASTStructExtractor.cpp126 !m_function.m_wrapper_function_name.compare( in ExtractFromTopLevelDecl()
/external/llvm-project/lldb/source/Expression/
DFunctionCaller.cpp44 m_wrapper_function_name("__lldb_caller_function"), in FunctionCaller()