Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/source/Expression/
H A DFunctionCaller.cpp33 char FunctionCaller::ID;
36 FunctionCaller::FunctionCaller(ExecutionContextScope &exe_scope, in FunctionCaller() function in FunctionCaller
55 FunctionCaller::~FunctionCaller() { in ~FunctionCaller()
64 bool FunctionCaller::WriteFunctionWrapper( in WriteFunctionWrapper()
116 bool FunctionCaller::WriteFunctionArguments( in WriteFunctionArguments()
126 bool FunctionCaller::WriteFunctionArguments( in WriteFunctionArguments()
212 bool FunctionCaller::InsertFunction(ExecutionContext &exe_ctx, in InsertFunction()
229 lldb::ThreadPlanSP FunctionCaller::GetThreadPlanToCallFunction( in GetThreadPlanToCallFunction()
262 bool FunctionCaller::FetchFunctionResults(ExecutionContext &exe_ctx, in FetchFunctionResults()
301 void FunctionCaller::DeallocateFunctionResults(ExecutionContext &exe_ctx, in DeallocateFunctionResults()
[all …]
H A DCMakeLists.txt7 FunctionCaller.cpp
H A DUtilityFunction.cpp56 FunctionCaller *UtilityFunction::MakeFunctionCaller( in MakeFunctionCaller()
/llvm-project-15.0.7/libc/utils/UnitTest/
H A DFPExceptMatcher.h26 class FunctionCaller {
28 virtual ~FunctionCaller(){}; in ~FunctionCaller()
32 template <typename Func> static FunctionCaller *getFunctionCaller(Func func) { in getFunctionCaller()
33 struct Callable : public FunctionCaller { in getFunctionCaller()
43 explicit FPExceptMatcher(FunctionCaller *func);
H A DFPExceptMatcher.cpp34 FPExceptMatcher::FPExceptMatcher(FunctionCaller *func) { in FPExceptMatcher()
36 std::unique_ptr<FunctionCaller> funcUP(func); in FPExceptMatcher()
H A DLibcTest.h118 bool testProcessExits(testutils::FunctionCaller *Func, int ExitCode,
122 bool testProcessKilled(testutils::FunctionCaller *Func, int Signal,
126 template <typename Func> testutils::FunctionCaller *createCallable(Func f) { in createCallable()
127 struct Callable : public testutils::FunctionCaller { in createCallable()
H A DLibcTest.cpp310 bool Test::testProcessKilled(testutils::FunctionCaller *Func, int Signal, in testProcessKilled()
352 bool Test::testProcessExits(testutils::FunctionCaller *Func, int ExitCode, in testProcessExits()
/llvm-project-15.0.7/libc/utils/testutils/
H A DExecuteFunction.h17 class FunctionCaller {
19 virtual ~FunctionCaller() {} in ~FunctionCaller()
43 ProcessStatus invoke_in_subprocess(FunctionCaller *func,
H A DExecuteFunctionUnix.cpp38 ProcessStatus invoke_in_subprocess(FunctionCaller *func, unsigned timeout_ms) { in invoke_in_subprocess()
39 std::unique_ptr<FunctionCaller> X(func); in invoke_in_subprocess()
/llvm-project-15.0.7/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;
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.h57 class ClangFunctionCaller : public FunctionCaller {
92 return ClassID == &ID || FunctionCaller::isA(ClassID); in isA()
H A DClangFunctionCaller.cpp54 : FunctionCaller(exe_scope, return_type, functionAddress, arg_value_list, in ClangFunctionCaller()
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Expression/
H A DBUILD.gn30 "FunctionCaller.cpp",
/llvm-project-15.0.7/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DAppleGetItemInfoHandler.cpp135 FunctionCaller *get_item_info_caller = nullptr; in SetupGetItemInfoFunction()
342 FunctionCaller *func_caller = m_get_item_info_impl_code->GetFunctionCaller(); in GetItemInfo()
H A DAppleGetQueuesHandler.cpp153 FunctionCaller *get_queues_caller = nullptr; in SetupGetQueuesFunction()
323 FunctionCaller *get_queues_caller = in GetCurrentQueues()
H A DAppleGetPendingItemsHandler.cpp140 FunctionCaller *get_pending_items_caller = nullptr; in SetupGetPendingItemsFunction()
323 FunctionCaller *get_pending_items_caller = in GetPendingItems()
H A DAppleGetThreadItemInfoHandler.cpp146 FunctionCaller *get_thread_item_info_caller = nullptr; in SetupGetThreadItemInfoFunction()
326 FunctionCaller *get_thread_item_info_caller = nullptr; in GetThreadItemInfo()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.h71 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.cpp707 FunctionCaller *impl_function_caller = nullptr; in SetupDispatchFunction()
1177 FunctionCaller *
/llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp626 FunctionCaller *do_dlopen_function = nullptr; in MakeLoadImageUtilityFunction()
694 FunctionCaller *do_dlopen_function = nullptr; in DoLoadImage()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp558 FunctionCaller *function_caller = in GetExceptionObjectForThread()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DTypeSystem.h474 virtual FunctionCaller *GetFunctionCaller(const CompilerType &return_type, in GetFunctionCaller()

12