Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
DAppleGetItemInfoHandler.cpp134 FunctionCaller *get_item_info_caller = nullptr; in SetupGetItemInfoFunction() local
172 get_item_info_caller = m_get_item_info_impl_code->MakeFunctionCaller( in SetupGetItemInfoFunction()
175 if (error.Fail() || get_item_info_caller == nullptr) { in SetupGetItemInfoFunction()
182 get_item_info_caller = m_get_item_info_impl_code->GetFunctionCaller(); in SetupGetItemInfoFunction()
183 if (!get_item_info_caller) { in SetupGetItemInfoFunction()
198 if (!get_item_info_caller->WriteFunctionArguments( in SetupGetItemInfoFunction()