10#ifndef LLDB_TARGET_THREADPLANCALLFUNCTIONUSINGABI_H
11#define LLDB_TARGET_THREADPLANCALLFUNCTIONUSINGABI_H
18#include "llvm/ADT/ArrayRef.h"
19#include "llvm/IR/DerivedTypes.h"
32 const Address &function_address,
33 llvm::Type &function_prototype,
34 llvm::Type &return_type,
35 llvm::ArrayRef<ABI::CallArgument> args,
A section + offset based address class.
A stream class that can stream formatted output to a file.
void GetDescription(Stream *s, lldb::DescriptionLevel level) override
Print a description of this thread to the stream s.
llvm::Type & m_return_type
void SetReturnValue() override
const ThreadPlanCallFunctionUsingABI & operator=(const ThreadPlanCallFunctionUsingABI &)=delete
~ThreadPlanCallFunctionUsingABI() override
ThreadPlanCallFunctionUsingABI(const ThreadPlanCallFunctionUsingABI &)=delete
A class that represents a running process on the host machine.
DescriptionLevel
Description levels for "void GetDescription(Stream *, DescriptionLevel)" calls.