LLDB mainline
|
#include "lldb/Core/AddressRange.h"
#include "lldb/Core/Declaration.h"
#include "lldb/Core/Mangled.h"
#include "lldb/Expression/DWARFExpressionList.h"
#include "lldb/Symbol/Block.h"
#include "lldb/Utility/UserID.h"
#include "llvm/ADT/ArrayRef.h"
#include <mutex>
Go to the source code of this file.
Classes | |
class | lldb_private::FunctionInfo |
A class that contains generic function information. More... | |
class | lldb_private::InlineFunctionInfo |
A class that describes information for an inlined function. More... | |
class | lldb_private::CallSiteParameter |
Represent the locations of a parameter at a call site, both in the caller and in the callee. More... | |
class | lldb_private::CallEdge |
Represent a call made within a Function. More... | |
class | lldb_private::DirectCallEdge |
A direct call site. More... | |
class | lldb_private::IndirectCallEdge |
An indirect call site. More... | |
class | lldb_private::Function |
A class that describes a function. More... | |
Namespaces | |
namespace | lldb_private |
A class that represents a running process on the host machine. | |
Typedefs | |
using | lldb_private::CallSiteParameterArray = llvm::SmallVector< CallSiteParameter, 0 > |
A vector of CallSiteParameter . | |