Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DAppleGetItemInfoHandler.cpp187 get_item_info_caller = m_get_item_info_impl_code->GetFunctionCaller(); in SetupGetItemInfoFunction()
348 FunctionCaller *func_caller = m_get_item_info_impl_code->GetFunctionCaller(); in GetItemInfo()
H A DAppleGetThreadItemInfoHandler.cpp194 m_get_thread_item_info_impl_code->GetFunctionCaller(); in SetupGetThreadItemInfoFunction()
349 m_get_thread_item_info_impl_code->GetFunctionCaller(); in GetThreadItemInfo()
H A DAppleGetQueuesHandler.cpp325 m_get_queues_impl_code_up->GetFunctionCaller(); in GetCurrentQueues()
H A DAppleGetPendingItemsHandler.cpp325 m_get_pending_items_impl_code->GetFunctionCaller(); in GetPendingItems()
/llvm-project/lldb/include/lldb/Expression/
H A DUtilityFunction.h111 FunctionCaller *GetFunctionCaller() { return m_caller_up.get(); } in GetFunctionCaller() function
/llvm-project/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp192 FunctionCaller *invocation = loader->GetFunctionCaller(); in DoLoadImage()
742 if (!utility->GetFunctionCaller()) { in EvaluateLoaderExpression()
/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp670 do_dlopen_function = dlopen_utility_func_up->GetFunctionCaller(); in MakeLoadImageUtilityFunction()
719 do_dlopen_function = dlopen_utility_func->GetFunctionCaller(); in DoLoadImage()
/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp750 impl_function_caller = m_impl_code->GetFunctionCaller(); in SetupDispatchFunction()
1178 return m_impl_code->GetFunctionCaller(); in GetLookupImplementationFunctionCaller()
H A DAppleObjCRuntimeV2.cpp2043 get_class_info_code->GetFunctionCaller(); in UpdateISAToDescriptorMap()
2311 get_class_info_code->GetFunctionCaller(); in UpdateISAToDescriptorMap()
/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h509 virtual FunctionCaller *GetFunctionCaller(const CompilerType &return_type, in GetFunctionCaller()
505 virtual FunctionCaller *GetFunctionCaller(const CompilerType &return_type, GetFunctionCaller() function
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1320 FunctionCaller *GetFunctionCaller(const CompilerType &return_type,
H A DTypeSystemClang.cpp9752 FunctionCaller *ScratchTypeSystemClang::GetFunctionCaller( in GetFunctionCaller()
9747 FunctionCaller *ScratchTypeSystemClang::GetFunctionCaller( GetFunctionCaller() function in ScratchTypeSystemClang
/llvm-project/lldb/source/Target/
H A DTarget.cpp2701 auto *persistent_fn = ts->GetFunctionCaller(return_type, function_address, in EvaluateExpression()