Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Expression/
DFunctionCaller.cpp211 bool FunctionCaller::InsertFunction(ExecutionContext &exe_ctx, in InsertFunction() function in FunctionCaller
338 if (!InsertFunction(exe_ctx, args_addr, diagnostic_manager)) in ExecuteFunction()
/external/llvm-project/lldb/include/lldb/Expression/
DFunctionCaller.h119 bool InsertFunction(ExecutionContext &exe_ctx, lldb::addr_t &args_addr_ref,
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp179 m_print_object_caller_up->InsertFunction(exe_ctx, wrapper_struct_addr, in GetObjectDescription()