Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Expression/
DFunctionCaller.cpp302 void FunctionCaller::DeallocateFunctionResults(ExecutionContext &exe_ctx, in DeallocateFunctionResults() function in FunctionCaller
390 DeallocateFunctionResults(exe_ctx, args_addr); in ExecuteFunction()
/external/llvm-project/lldb/include/lldb/Expression/
DFunctionCaller.h261 void DeallocateFunctionResults(ExecutionContext &exe_ctx,
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleThreadPlanStepThroughObjCTrampoline.cpp137 m_impl_function->DeallocateFunctionResults(exc_ctx, m_args_addr); in ShouldStop()
/external/llvm-project/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.cpp882 do_dlopen_function->DeallocateFunctionResults(exe_ctx, func_args_addr); in DoLoadImage()