Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DFunctionCaller.h310 return m_wrapper_function_name.c_str(); in FunctionName()
352 std::string m_wrapper_function_name; ///< The name of the wrapper function. variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTStructExtractor.cpp127 !m_function.m_wrapper_function_name.compare( in ExtractFromTopLevelDecl()
H A DClangFunctionCaller.cpp91 m_wrapper_function_text.append(m_wrapper_function_name); in CompileFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DFunctionCaller.cpp45 m_wrapper_function_name("__lldb_caller_function"), in FunctionCaller()