Searched refs:m_function_ptr (Results 1 – 3 of 3) sorted by relevance
108 if (m_function_ptr) { in CompileFunction()109 function_clang_type = m_function_ptr->GetCompilerType(); in CompileFunction()
301 Function *m_function_ptr; ///< The function we're going to call. May be variable
42 m_function_ptr(nullptr), m_function_addr(functionAddress), in FunctionCaller()