Searched refs:GetFunctionCaller (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Expression/
H A DUtilityFunction.h111 FunctionCaller *GetFunctionCaller() { return m_caller_up.get(); } function in class:lldb_private::UtilityFunction
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp750 impl_function_caller = m_impl_code->GetFunctionCaller();
1178 return m_impl_code->GetFunctionCaller();
H A DAppleObjCRuntimeV2.cpp2067 get_class_info_code->GetFunctionCaller();
2335 get_class_info_code->GetFunctionCaller();
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp662 do_dlopen_function = dlopen_utility_func_up->GetFunctionCaller();
709 do_dlopen_function = dlopen_utility_func->GetFunctionCaller();
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h478 virtual FunctionCaller *GetFunctionCaller(const CompilerType &return_type, function in class:lldb_private::TypeSystem
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1282 FunctionCaller *GetFunctionCaller(const CompilerType &return_type,
H A DTypeSystemClang.cpp9537 FunctionCaller *ScratchTypeSystemClang::GetFunctionCaller( function in class:ScratchTypeSystemClang
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2562 auto *persistent_fn = ts->GetFunctionCaller(return_type, function_address,

Completed in 186 milliseconds