| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | FunctionCaller.cpp | 36 FunctionCaller::FunctionCaller(ExecutionContextScope &exe_scope, in FunctionCaller() function in FunctionCaller 57 FunctionCaller::~FunctionCaller() { in ~FunctionCaller() 66 bool FunctionCaller::WriteFunctionWrapper( in WriteFunctionWrapper() 117 bool FunctionCaller::WriteFunctionArguments( in WriteFunctionArguments() 127 bool FunctionCaller::WriteFunctionArguments( in WriteFunctionArguments() 213 bool FunctionCaller::InsertFunction(ExecutionContext &exe_ctx, in InsertFunction() 231 lldb::ThreadPlanSP FunctionCaller::GetThreadPlanToCallFunction( in GetThreadPlanToCallFunction() 265 bool FunctionCaller::FetchFunctionResults(ExecutionContext &exe_ctx, in FetchFunctionResults() 305 void FunctionCaller::DeallocateFunctionResults(ExecutionContext &exe_ctx, in DeallocateFunctionResults() 316 lldb::ExpressionResults FunctionCaller::ExecuteFunction( in ExecuteFunction()
|
| H A D | UtilityFunction.cpp | 64 FunctionCaller *UtilityFunction::MakeFunctionCaller( in MakeFunctionCaller()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/ |
| H A D | UtilityFunction.h | 114 FunctionCaller *MakeFunctionCaller(const CompilerType &return_type, 121 FunctionCaller *GetFunctionCaller() { return m_caller_up.get(); } in GetFunctionCaller() 129 std::unique_ptr<FunctionCaller> m_caller_up;
|
| H A D | FunctionCaller.h | 59 class FunctionCaller : public Expression { 82 FunctionCaller(ExecutionContextScope &exe_scope, 90 ~FunctionCaller() override;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangFunctionCaller.h | 62 class ClangFunctionCaller : public FunctionCaller {
|
| H A D | ClangFunctionCaller.cpp | 54 : FunctionCaller(exe_scope, return_type, functionAddress, arg_value_list, in ClangFunctionCaller()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleThreadPlanStepThroughObjCTrampoline.h | 70 FunctionCaller *m_impl_function; // This is a pointer to a impl function that
|
| H A D | AppleObjCRuntime.h | 126 std::unique_ptr<FunctionCaller> m_print_object_caller_up;
|
| H A D | AppleObjCTrampolineHandler.h | 32 FunctionCaller *GetLookupImplementationFunctionCaller();
|
| H A D | AppleObjCTrampolineHandler.cpp | 765 FunctionCaller *impl_function_caller = nullptr; in SetupDispatchFunction() 1146 FunctionCaller *
|
| H A D | AppleObjCRuntimeV2.cpp | 1311 FunctionCaller *get_class_info_function = nullptr; in UpdateISAToDescriptorMapDynamic() 1566 FunctionCaller *get_shared_cache_class_info_function = nullptr; in UpdateISAToDescriptorMapSharedCache()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/ |
| H A D | lldb-forward.h | 174 class FunctionCaller; variable 355 typedef std::shared_ptr<lldb_private::FunctionCaller> FunctionCallerSP;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 586 FunctionCaller *function_caller = in GetExceptionObjectForThread()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | TypeSystem.h | 456 virtual FunctionCaller *GetFunctionCaller(const CompilerType &return_type, in GetFunctionCaller()
|
| H A D | ClangASTContext.h | 1069 FunctionCaller *GetFunctionCaller(const CompilerType &return_type,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 1012 FunctionCaller *do_dlopen_function = nullptr; in MakeLoadImageUtilityFunction() 1076 FunctionCaller *do_dlopen_function = nullptr; in DoLoadImage()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | Target.h | 1057 FunctionCaller *GetFunctionCallerForLanguage(lldb::LanguageType language,
|
| H A D | Process.h | 524 friend class FunctionCaller; // For WaitForStateChangeEventsPrivate variable
|
| /freebsd-12.1/lib/clang/liblldb/ |
| H A D | Makefile | 199 SRCS+= Expression/FunctionCaller.cpp
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Target.cpp | 2228 FunctionCaller *Target::GetFunctionCallerForLanguage( in GetFunctionCallerForLanguage() 2235 FunctionCaller *persistent_fn = nullptr; in GetFunctionCallerForLanguage()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ClangASTContext.cpp | 10332 FunctionCaller *ClangASTContextForExpressions::GetFunctionCaller( in GetFunctionCaller()
|