Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBAddress.cpp243 SBFunction sb_function; in GetFunction() local
245 sb_function.reset(m_opaque_up->CalculateSymbolContextFunction()); in GetFunction()
246 return LLDB_RECORD_RESULT(sb_function); in GetFunction()
H A DSBSymbolContext.cpp98 SBFunction sb_function(function); in GetFunction() local
100 return LLDB_RECORD_RESULT(sb_function); in GetFunction()
H A DSBFrame.cpp190 SBFunction sb_function; in GetFunction() local
202 sb_function.reset( in GetFunction()
208 return LLDB_RECORD_RESULT(sb_function); in GetFunction()