Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DFunctionCaller.cpp33 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 DCMakeLists.txt7 FunctionCaller.cpp
H A DUtilityFunction.cpp56 FunctionCaller *UtilityFunction::MakeFunctionCaller( in MakeFunctionCaller()
/openbsd-src/gnu/llvm/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;
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/usr.bin/clang/liblldbExpression/
H A DMakefile14 FunctionCaller.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Expression/
H A DBUILD.gn30 "FunctionCaller.cpp",
/openbsd-src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DAppleGetItemInfoHandler.cpp135 FunctionCaller *get_item_info_caller = nullptr; in SetupGetItemInfoFunction()
346 FunctionCaller *func_caller = m_get_item_info_impl_code->GetFunctionCaller(); in GetItemInfo()
H A DAppleGetPendingItemsHandler.cpp140 FunctionCaller *get_pending_items_caller = nullptr; in SetupGetPendingItemsFunction()
323 FunctionCaller *get_pending_items_caller = in GetPendingItems()
H A DAppleGetQueuesHandler.cpp153 FunctionCaller *get_queues_caller = nullptr; in SetupGetQueuesFunction()
323 FunctionCaller *get_queues_caller = in GetCurrentQueues()
H A DAppleGetThreadItemInfoHandler.cpp146 FunctionCaller *get_thread_item_info_caller = nullptr; in SetupGetThreadItemInfoFunction()
326 FunctionCaller *get_thread_item_info_caller = nullptr; in GetThreadItemInfo()
/openbsd-src/gnu/llvm/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 *
H A DAppleObjCRuntimeV2.cpp1914 FunctionCaller *get_class_info_function = in UpdateISAToDescriptorMap()
2179 FunctionCaller *get_shared_cache_class_info_function = in UpdateISAToDescriptorMap()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp627 FunctionCaller *do_dlopen_function = nullptr; in MakeLoadImageUtilityFunction()
695 FunctionCaller *do_dlopen_function = nullptr; in DoLoadImage()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp560 FunctionCaller *function_caller = in GetExceptionObjectForThread()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DTypeSystem.h488 virtual FunctionCaller *GetFunctionCaller(const CompilerType &return_type, in GetFunctionCaller()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp190 FunctionCaller *invocation = loader->GetFunctionCaller(); in DoLoadImage()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h105 class FunctionCaller; variable
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h1150 FunctionCaller *GetFunctionCallerForLanguage(lldb::LanguageType language,
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1216 FunctionCaller *GetFunctionCaller(const CompilerType &return_type,

12