Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DFunctionCaller.cpp36 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 DUtilityFunction.cpp64 FunctionCaller *UtilityFunction::MakeFunctionCaller( in MakeFunctionCaller()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DUtilityFunction.h114 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 DFunctionCaller.h59 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 DClangFunctionCaller.h62 class ClangFunctionCaller : public FunctionCaller {
H A DClangFunctionCaller.cpp54 : 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 DAppleThreadPlanStepThroughObjCTrampoline.h70 FunctionCaller *m_impl_function; // This is a pointer to a impl function that
H A DAppleObjCRuntime.h126 std::unique_ptr<FunctionCaller> m_print_object_caller_up;
H A DAppleObjCTrampolineHandler.h32 FunctionCaller *GetLookupImplementationFunctionCaller();
H A DAppleObjCTrampolineHandler.cpp765 FunctionCaller *impl_function_caller = nullptr; in SetupDispatchFunction()
1146 FunctionCaller *
H A DAppleObjCRuntimeV2.cpp1311 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 Dlldb-forward.h174 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 DItaniumABILanguageRuntime.cpp586 FunctionCaller *function_caller = in GetExceptionObjectForThread()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DTypeSystem.h456 virtual FunctionCaller *GetFunctionCaller(const CompilerType &return_type, in GetFunctionCaller()
H A DClangASTContext.h1069 FunctionCaller *GetFunctionCaller(const CompilerType &return_type,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp1012 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 DTarget.h1057 FunctionCaller *GetFunctionCallerForLanguage(lldb::LanguageType language,
H A DProcess.h524 friend class FunctionCaller; // For WaitForStateChangeEventsPrivate variable
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile199 SRCS+= Expression/FunctionCaller.cpp
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp2228 FunctionCaller *Target::GetFunctionCallerForLanguage( in GetFunctionCallerForLanguage()
2235 FunctionCaller *persistent_fn = nullptr; in GetFunctionCallerForLanguage()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp10332 FunctionCaller *ClangASTContextForExpressions::GetFunctionCaller( in GetFunctionCaller()