Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A 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
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTStructExtractor.cpp126 !m_function.m_wrapper_function_name.compare( in ExtractFromTopLevelDecl()
H A DClangFunctionCaller.cpp89 m_wrapper_function_text.append(m_wrapper_function_name); in CompileFunction()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp45 m_wrapper_function_name("__lldb_caller_function"), in FunctionCaller()