Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DUtilityFunction.h121 FunctionCaller *GetFunctionCaller() { return m_caller_up.get(); } in GetFunctionCaller() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp819 impl_function_caller = m_impl_code->GetFunctionCaller(); in SetupDispatchFunction()
1148 return m_impl_code->GetFunctionCaller(); in GetLookupImplementationFunctionCaller()
H A DAppleObjCRuntimeV2.cpp1361 get_class_info_function = m_get_class_info_code->GetFunctionCaller(); in UpdateISAToDescriptorMapDynamic()
1618 m_get_shared_cache_class_info_code->GetFunctionCaller(); in UpdateISAToDescriptorMapSharedCache()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DTypeSystem.h456 virtual FunctionCaller *GetFunctionCaller(const CompilerType &return_type, in GetFunctionCaller() function
H A DClangASTContext.h1069 FunctionCaller *GetFunctionCaller(const CompilerType &return_type,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp1041 do_dlopen_function = dlopen_utility_func_up->GetFunctionCaller(); in MakeLoadImageUtilityFunction()
1088 do_dlopen_function = dlopen_utility_func->GetFunctionCaller(); in DoLoadImage()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp2245 persistent_fn = type_system->GetFunctionCaller(return_type, function_address, in GetFunctionCallerForLanguage()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp10332 FunctionCaller *ClangASTContextForExpressions::GetFunctionCaller( in GetFunctionCaller() function in ClangASTContextForExpressions