Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Expression/
DUtilityFunction.h108 FunctionCaller *GetFunctionCaller() { return m_caller_up.get(); } in GetFunctionCaller() function
/external/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
DAppleGetThreadItemInfoHandler.cpp193 m_get_thread_item_info_impl_code->GetFunctionCaller(); in SetupGetThreadItemInfoFunction()
346 m_get_thread_item_info_impl_code->GetFunctionCaller(); in GetThreadItemInfo()
DAppleGetItemInfoHandler.cpp182 get_item_info_caller = m_get_item_info_impl_code->GetFunctionCaller(); in SetupGetItemInfoFunction()
341 FunctionCaller *func_caller = m_get_item_info_impl_code->GetFunctionCaller(); in GetItemInfo()
DAppleGetQueuesHandler.cpp323 m_get_queues_impl_code_up->GetFunctionCaller(); in GetCurrentQueues()
DAppleGetPendingItemsHandler.cpp323 m_get_pending_items_impl_code->GetFunctionCaller(); in GetPendingItems()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTrampolineHandler.cpp848 impl_function_caller = m_impl_code->GetFunctionCaller(); in SetupDispatchFunction()
1204 return m_impl_code->GetFunctionCaller(); in GetLookupImplementationFunctionCaller()
DAppleObjCRuntimeV2.cpp1370 get_class_info_function = m_get_class_info_code->GetFunctionCaller(); in UpdateISAToDescriptorMapDynamic()
1653 m_get_shared_cache_class_info_code->GetFunctionCaller(); in UpdateISAToDescriptorMapSharedCache()
/external/llvm-project/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.cpp682 do_dlopen_function = dlopen_utility_func_up->GetFunctionCaller(); in MakeLoadImageUtilityFunction()
729 do_dlopen_function = dlopen_utility_func->GetFunctionCaller(); in DoLoadImage()
/external/llvm-project/lldb/include/lldb/Symbol/
DTypeSystem.h460 virtual FunctionCaller *GetFunctionCaller(const CompilerType &return_type, in GetFunctionCaller() function
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h1137 FunctionCaller *GetFunctionCaller(const CompilerType &return_type,
DTypeSystemClang.cpp9603 FunctionCaller *ScratchTypeSystemClang::GetFunctionCaller( in GetFunctionCaller() function in ScratchTypeSystemClang
/external/llvm-project/lldb/source/Target/
DTarget.cpp2289 auto *persistent_fn = type_system_or_err->GetFunctionCaller( in GetFunctionCallerForLanguage()