Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Expression/
H A DFunctionCaller.cpp262 bool FunctionCaller::FetchFunctionResults(ExecutionContext &exe_ctx, in FetchFunctionResults() function in FunctionCaller
389 FetchFunctionResults(exe_ctx, args_addr, results); in ExecuteFunction()
/llvm-project-15.0.7/lldb/include/lldb/Expression/
H A DFunctionCaller.h250 bool FetchFunctionResults(ExecutionContext &exe_ctx, lldb::addr_t args_addr,
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp139 m_impl_function->FetchFunctionResults(exc_ctx, m_args_addr, in ShouldStop()