Home
last modified time | relevance | path

Searched refs:ThreadPlanCallFunctionUsingABI (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanCallFunctionUsingABI.h23 class ThreadPlanCallFunctionUsingABI : public ThreadPlanCallFunction {
31 ThreadPlanCallFunctionUsingABI(Thread &thread,
38 ~ThreadPlanCallFunctionUsingABI() override;
47 ThreadPlanCallFunctionUsingABI(const ThreadPlanCallFunctionUsingABI &) =
49 const ThreadPlanCallFunctionUsingABI &
50 operator=(const ThreadPlanCallFunctionUsingABI &) = delete;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallFunctionUsingABI.cpp23 ThreadPlanCallFunctionUsingABI::ThreadPlanCallFunctionUsingABI( in ThreadPlanCallFunctionUsingABI() function in ThreadPlanCallFunctionUsingABI
45 ThreadPlanCallFunctionUsingABI::~ThreadPlanCallFunctionUsingABI() = default;
47 void ThreadPlanCallFunctionUsingABI::GetDescription(Stream *s, in GetDescription()
57 void ThreadPlanCallFunctionUsingABI::SetReturnValue() { in SetReturnValue()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp1543 new lldb_private::ThreadPlanCallFunctionUsingABI( in Interpret()
/freebsd/lib/clang/liblldb/
H A DMakefile670 SRCS+= Target/ThreadPlanCallFunctionUsingABI.cpp