Home
last modified time | relevance | path

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

/llvm-project/lldb/source/API/
H A DSBAddress.cpp234 SBFunction sb_function; in GetFunction() local
236 sb_function.reset(m_opaque_up->CalculateSymbolContextFunction()); in GetFunction()
237 return sb_function; in GetFunction()
H A DSBSymbolContext.cpp81 SBFunction sb_function(function); in GetFunction() local
83 return sb_function; in GetFunction()
H A DSBFrame.cpp188 SBFunction sb_function; in GetFunction()
200 sb_function.reset( in GetFunction()
206 return sb_function; in GetFunction()
187 SBFunction sb_function; GetFunction() local
/llvm-project/lldb/test/API/python_api/default-constructor/
H A DTestDefaultConstructorForAPIObjects.py170 import sb_function
172 sb_function.fuzz_obj(obj)