| /freebsd-14.2/contrib/llvm-project/lldb/source/Expression/ |
| H A D | FunctionCaller.cpp | 33 char FunctionCaller::ID; 36 FunctionCaller::FunctionCaller(ExecutionContextScope &exe_scope, in FunctionCaller() function in FunctionCaller 56 FunctionCaller::~FunctionCaller() { in ~FunctionCaller() 65 bool FunctionCaller::WriteFunctionWrapper( in WriteFunctionWrapper() 131 bool FunctionCaller::WriteFunctionArguments( in WriteFunctionArguments() 141 bool FunctionCaller::WriteFunctionArguments( in WriteFunctionArguments() 227 bool FunctionCaller::InsertFunction(ExecutionContext &exe_ctx, in InsertFunction() 255 lldb::ThreadPlanSP FunctionCaller::GetThreadPlanToCallFunction( in GetThreadPlanToCallFunction() 288 bool FunctionCaller::FetchFunctionResults(ExecutionContext &exe_ctx, in FetchFunctionResults() 327 void FunctionCaller::DeallocateFunctionResults(ExecutionContext &exe_ctx, in DeallocateFunctionResults() [all …]
|
| H A D | UtilityFunction.cpp | 56 FunctionCaller *UtilityFunction::MakeFunctionCaller( in MakeFunctionCaller()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | UtilityFunction.h | 104 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 D | FunctionCaller.h | 56 class FunctionCaller : public Expression { 80 FunctionCaller(ExecutionContextScope &exe_scope, 86 ~FunctionCaller() override;
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangFunctionCaller.h | 57 class ClangFunctionCaller : public FunctionCaller { 95 return ClassID == &ID || FunctionCaller::isA(ClassID); in isA()
|
| H A D | ClangFunctionCaller.cpp | 54 : FunctionCaller(exe_scope, return_type, functionAddress, arg_value_list, in ClangFunctionCaller()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleThreadPlanStepThroughObjCTrampoline.h | 71 FunctionCaller *m_impl_function; /// This is a pointer to a impl function that
|
| H A D | AppleObjCRuntime.h | 128 std::unique_ptr<FunctionCaller> m_print_object_caller_up;
|
| H A D | AppleObjCTrampolineHandler.h | 31 FunctionCaller *GetLookupImplementationFunctionCaller();
|
| H A D | AppleObjCTrampolineHandler.cpp | 706 FunctionCaller *impl_function_caller = nullptr; in SetupDispatchFunction() 1176 FunctionCaller *
|
| H A D | AppleObjCRuntimeV2.cpp | 2066 FunctionCaller *get_class_info_function = in UpdateISAToDescriptorMap() 2334 FunctionCaller *get_shared_cache_class_info_function = in UpdateISAToDescriptorMap()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 629 FunctionCaller *do_dlopen_function = nullptr; in MakeLoadImageUtilityFunction() 697 FunctionCaller *do_dlopen_function = nullptr; in DoLoadImage()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | TypeSystem.h | 478 virtual FunctionCaller *GetFunctionCaller(const CompilerType &return_type, in GetFunctionCaller()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 657 FunctionCaller *function_caller = in GetExceptionObjectForThread()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-forward.h | 105 class FunctionCaller; variable
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Target.h | 1174 FunctionCaller *GetFunctionCallerForLanguage(lldb::LanguageType language,
|
| H A D | Process.h | 340 friend class FunctionCaller; // For WaitForStateChangeEventsPrivate variable
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 1282 FunctionCaller *GetFunctionCaller(const CompilerType &return_type,
|
| H A D | TypeSystemClang.cpp | 9537 FunctionCaller *ScratchTypeSystemClang::GetFunctionCaller( in GetFunctionCaller()
|
| /freebsd-14.2/lib/clang/liblldb/ |
| H A D | Makefile | 230 SRCS+= Expression/FunctionCaller.cpp
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 2543 FunctionCaller *Target::GetFunctionCallerForLanguage( in GetFunctionCallerForLanguage()
|