Home
last modified time | relevance | path

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

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