Searched refs:GetFunctionCaller (Results 1 – 8 of 8) sorted by relevance
121 FunctionCaller *GetFunctionCaller() { return m_caller_up.get(); } in GetFunctionCaller() function
819 impl_function_caller = m_impl_code->GetFunctionCaller(); in SetupDispatchFunction()1148 return m_impl_code->GetFunctionCaller(); in GetLookupImplementationFunctionCaller()
1361 get_class_info_function = m_get_class_info_code->GetFunctionCaller(); in UpdateISAToDescriptorMapDynamic()1618 m_get_shared_cache_class_info_code->GetFunctionCaller(); in UpdateISAToDescriptorMapSharedCache()
456 virtual FunctionCaller *GetFunctionCaller(const CompilerType &return_type, in GetFunctionCaller() function
1069 FunctionCaller *GetFunctionCaller(const CompilerType &return_type,
1041 do_dlopen_function = dlopen_utility_func_up->GetFunctionCaller(); in MakeLoadImageUtilityFunction()1088 do_dlopen_function = dlopen_utility_func->GetFunctionCaller(); in DoLoadImage()
2245 persistent_fn = type_system->GetFunctionCaller(return_type, function_address, in GetFunctionCallerForLanguage()
10332 FunctionCaller *ClangASTContextForExpressions::GetFunctionCaller( in GetFunctionCaller() function in ClangASTContextForExpressions