Home
last modified time | relevance | path

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

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