Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DFunctionCaller.cpp213 bool FunctionCaller::InsertFunction(ExecutionContext &exe_ctx, in InsertFunction() function in FunctionCaller
341 if (!InsertFunction(exe_ctx, args_addr, diagnostic_manager)) in ExecuteFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DFunctionCaller.h127 bool InsertFunction(ExecutionContext &exe_ctx, lldb::addr_t &args_addr_ref,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp163 m_print_object_caller_up->InsertFunction(exe_ctx, wrapper_struct_addr, in GetObjectDescription()