Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
HDUtilityFunction.h108 FunctionCaller *GetFunctionCaller() { return m_caller_up.get(); } in GetFunctionCaller() function
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
HDAppleObjCTrampolineHandler.cpp825 impl_function_caller = m_impl_code->GetFunctionCaller(); in SetupDispatchFunction()
1153 return m_impl_code->GetFunctionCaller(); in GetLookupImplementationFunctionCaller()
HDAppleObjCRuntimeV2.cpp1379 get_class_info_function = m_get_class_info_code->GetFunctionCaller(); in UpdateISAToDescriptorMapDynamic()
1683 m_get_shared_cache_class_info_code->GetFunctionCaller(); in UpdateISAToDescriptorMapSharedCache()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
HDPlatformPOSIX.cpp737 do_dlopen_function = dlopen_utility_func_up->GetFunctionCaller(); in MakeLoadImageUtilityFunction()
784 do_dlopen_function = dlopen_utility_func->GetFunctionCaller(); in DoLoadImage()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDTypeSystem.h443 virtual FunctionCaller *GetFunctionCaller(const CompilerType &return_type, in GetFunctionCaller() function
HDClangASTContext.h993 FunctionCaller *GetFunctionCaller(const CompilerType &return_type,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDTarget.cpp2228 auto *persistent_fn = type_system_or_err->GetFunctionCaller( in GetFunctionCallerForLanguage()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDClangASTContext.cpp9276 FunctionCaller *ClangASTContextForExpressions::GetFunctionCaller( in GetFunctionCaller() function in ClangASTContextForExpressions