Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanCallFunctionUsingABI.cpp26 ThreadPlanCallFunctionUsingABI::ThreadPlanCallFunctionUsingABI( in ThreadPlanCallFunctionUsingABI() function in ThreadPlanCallFunctionUsingABI
48 ThreadPlanCallFunctionUsingABI::~ThreadPlanCallFunctionUsingABI() = default;
50 void ThreadPlanCallFunctionUsingABI::GetDescription(Stream *s, in GetDescription()
61 void ThreadPlanCallFunctionUsingABI::SetReturnValue() { in SetReturnValue()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlanCallFunctionUsingABI.h24 class ThreadPlanCallFunctionUsingABI : public ThreadPlanCallFunction {
32 ThreadPlanCallFunctionUsingABI(Thread &thread,
39 ~ThreadPlanCallFunctionUsingABI() override;
48 DISALLOW_COPY_AND_ASSIGN(ThreadPlanCallFunctionUsingABI);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRInterpreter.cpp1630 new lldb_private::ThreadPlanCallFunctionUsingABI( in Interpret()
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile559 SRCS+= Target/ThreadPlanCallFunctionUsingABI.cpp