Searched refs:GetFunctionCaller (Results 1 – 8 of 8) sorted by relevance
108 FunctionCaller *GetFunctionCaller() { return m_caller_up.get(); } in GetFunctionCaller() function
825 impl_function_caller = m_impl_code->GetFunctionCaller(); in SetupDispatchFunction()1153 return m_impl_code->GetFunctionCaller(); in GetLookupImplementationFunctionCaller()
1379 get_class_info_function = m_get_class_info_code->GetFunctionCaller(); in UpdateISAToDescriptorMapDynamic()1683 m_get_shared_cache_class_info_code->GetFunctionCaller(); in UpdateISAToDescriptorMapSharedCache()
737 do_dlopen_function = dlopen_utility_func_up->GetFunctionCaller(); in MakeLoadImageUtilityFunction()784 do_dlopen_function = dlopen_utility_func->GetFunctionCaller(); in DoLoadImage()
443 virtual FunctionCaller *GetFunctionCaller(const CompilerType &return_type, in GetFunctionCaller() function
993 FunctionCaller *GetFunctionCaller(const CompilerType &return_type,
2228 auto *persistent_fn = type_system_or_err->GetFunctionCaller( in GetFunctionCallerForLanguage()
9276 FunctionCaller *ClangASTContextForExpressions::GetFunctionCaller( in GetFunctionCaller() function in ClangASTContextForExpressions