Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp225 bool FunctionCaller::InsertFunction(ExecutionContext &exe_ctx, in InsertFunction() function in FunctionCaller
364 if (!InsertFunction(exe_ctx, args_addr, diagnostic_manager)) in ExecuteFunction()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DFunctionCaller.h119 bool InsertFunction(ExecutionContext &exe_ctx, lldb::addr_t &args_addr_ref,
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp186 m_print_object_caller_up->InsertFunction(exe_ctx, wrapper_struct_addr, in GetObjectDescription()