OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_function_ptr
(Results
1 - 2
of
2
) sorted by null
/external/lldb/source/Expression/
ClangFunction.cpp
58
m_function_ptr
(NULL),
80
m_function_ptr
(&function),
95
m_function_addr =
m_function_ptr
->GetAddressRange().GetBaseAddress();
96
m_function_return_type =
m_function_ptr
->GetClangType().GetFunctionReturnType();
141
if (
m_function_ptr
)
143
function_clang_type =
m_function_ptr
->GetClangType();
/external/lldb/include/lldb/Expression/
ClangFunction.h
624
Function *
m_function_ptr
; ///< The function we're going to call. May be NULL if we don't have debug info for the function.
member in class:lldb_private::ClangFunction
Completed in 38 milliseconds