Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/
H A DUtilityFunction.h111 FunctionCaller *GetFunctionCaller() { return m_caller_up.get(); } in GetFunctionCaller() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp844 impl_function_caller = m_impl_code->GetFunctionCaller(); in SetupDispatchFunction()
1191 return m_impl_code->GetFunctionCaller(); in GetLookupImplementationFunctionCaller()
H A DAppleObjCRuntimeV2.cpp1783 get_class_info_code->GetFunctionCaller(); in UpdateISAToDescriptorMap()
2005 get_class_info_code->GetFunctionCaller(); in UpdateISAToDescriptorMap()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp690 do_dlopen_function = dlopen_utility_func_up->GetFunctionCaller(); in MakeLoadImageUtilityFunction()
737 do_dlopen_function = dlopen_utility_func->GetFunctionCaller(); in DoLoadImage()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h465 virtual FunctionCaller *GetFunctionCaller(const CompilerType &return_type, in GetFunctionCaller() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1183 FunctionCaller *GetFunctionCaller(const CompilerType &return_type,
H A DTypeSystemClang.cpp9774 FunctionCaller *ScratchTypeSystemClang::GetFunctionCaller( in GetFunctionCaller() function in ScratchTypeSystemClang
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2308 auto *persistent_fn = type_system_or_err->GetFunctionCaller( in GetFunctionCallerForLanguage()