Home
last modified time | relevance | path

Searched refs:m_function_ptr (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangFunctionCaller.cpp108 if (m_function_ptr) { in CompileFunction()
109 function_clang_type = m_function_ptr->GetCompilerType(); in CompileFunction()
/external/llvm-project/lldb/include/lldb/Expression/
DFunctionCaller.h301 Function *m_function_ptr; ///< The function we're going to call. May be variable
/external/llvm-project/lldb/source/Expression/
DFunctionCaller.cpp42 m_function_ptr(nullptr), m_function_addr(functionAddress), in FunctionCaller()