Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
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;
/external/llvm-project/lldb/source/Target/
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()
DCMakeLists.txt52 ThreadPlanCallFunctionUsingABI.cpp
/external/llvm-project/lldb/source/Expression/
DIRInterpreter.cpp1470 new lldb_private::ThreadPlanCallFunctionUsingABI( in Interpret()