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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DUtilityFunction.h108 FunctionCaller *GetFunctionCaller() { return m_caller_up.get(); } function in class:lldb_private::UtilityFunction
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp825 impl_function_caller = m_impl_code->GetFunctionCaller();
1153 return m_impl_code->GetFunctionCaller();
H A DAppleObjCRuntimeV2.cpp1379 get_class_info_function = m_get_class_info_code->GetFunctionCaller();
1683 m_get_shared_cache_class_info_code->GetFunctionCaller();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp737 do_dlopen_function = dlopen_utility_func_up->GetFunctionCaller();
784 do_dlopen_function = dlopen_utility_func->GetFunctionCaller();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h443 virtual FunctionCaller *GetFunctionCaller(const CompilerType &return_type, function in class:lldb_private::TypeSystem
H A DClangASTContext.h993 FunctionCaller *GetFunctionCaller(const CompilerType &return_type,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2228 auto *persistent_fn = type_system_or_err->GetFunctionCaller(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp9276 FunctionCaller *ClangASTContextForExpressions::GetFunctionCaller(

Completed in 225 milliseconds