Home
last modified time | relevance | path

Searched refs:FunctionCaller (Results 1 – 21 of 21) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp32 char FunctionCaller::ID;
35 FunctionCaller::FunctionCaller(ExecutionContextScope &exe_scope, in FunctionCaller() function in FunctionCaller
54 FunctionCaller::~FunctionCaller() { in ~FunctionCaller()
63 bool FunctionCaller::WriteFunctionWrapper( in WriteFunctionWrapper()
115 bool FunctionCaller::WriteFunctionArguments( in WriteFunctionArguments()
125 bool FunctionCaller::WriteFunctionArguments( in WriteFunctionArguments()
211 bool FunctionCaller::InsertFunction(ExecutionContext &exe_ctx, in InsertFunction()
228 lldb::ThreadPlanSP FunctionCaller::GetThreadPlanToCallFunction( in GetThreadPlanToCallFunction()
262 bool FunctionCaller::FetchFunctionResults(ExecutionContext &exe_ctx, in FetchFunctionResults()
302 void FunctionCaller::DeallocateFunctionResults(ExecutionContext &exe_ctx, in DeallocateFunctionResults()
[all …]
H A DUtilityFunction.cpp61 FunctionCaller *UtilityFunction::MakeFunctionCaller( in MakeFunctionCaller()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/
H A DUtilityFunction.h104 FunctionCaller *MakeFunctionCaller(const CompilerType &return_type,
111 FunctionCaller *GetFunctionCaller() { return m_caller_up.get(); } in GetFunctionCaller()
120 std::unique_ptr<FunctionCaller> m_caller_up;
H A DFunctionCaller.h56 class FunctionCaller : public Expression {
80 FunctionCaller(ExecutionContextScope &exe_scope,
86 ~FunctionCaller() override;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.h58 class ClangFunctionCaller : public FunctionCaller {
93 return ClassID == &ID || FunctionCaller::isA(ClassID); in isA()
H A DClangFunctionCaller.cpp53 : FunctionCaller(exe_scope, return_type, functionAddress, arg_value_list, in ClangFunctionCaller()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.h70 FunctionCaller *m_impl_function; /// This is a pointer to a impl function that
H A DAppleObjCRuntime.h128 std::unique_ptr<FunctionCaller> m_print_object_caller_up;
H A DAppleObjCTrampolineHandler.h31 FunctionCaller *GetLookupImplementationFunctionCaller();
H A DAppleObjCTrampolineHandler.cpp800 FunctionCaller *impl_function_caller = nullptr; in SetupDispatchFunction()
1189 FunctionCaller *
H A DAppleObjCRuntimeV2.cpp1782 FunctionCaller *get_class_info_function = in UpdateISAToDescriptorMap()
2004 FunctionCaller *get_shared_cache_class_info_function = in UpdateISAToDescriptorMap()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h99 class FunctionCaller; variable
326 typedef std::shared_ptr<lldb_private::FunctionCaller> FunctionCallerSP;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp658 FunctionCaller *do_dlopen_function = nullptr; in MakeLoadImageUtilityFunction()
725 FunctionCaller *do_dlopen_function = nullptr; in DoLoadImage()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp570 FunctionCaller *function_caller = in GetExceptionObjectForThread()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h465 virtual FunctionCaller *GetFunctionCaller(const CompilerType &return_type, in GetFunctionCaller()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1082 FunctionCaller *GetFunctionCallerForLanguage(lldb::LanguageType language,
H A DProcess.h346 friend class FunctionCaller; // For WaitForStateChangeEventsPrivate variable
/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()
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile216 SRCS+= Expression/FunctionCaller.cpp
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2295 FunctionCaller *Target::GetFunctionCallerForLanguage( in GetFunctionCallerForLanguage()