#include "lldb/lldb-forward.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/DebugInfo/CodeView/CodeView.h"
#include <map>
Go to the source code of this file.
|
DWARFExpression | lldb_private::npdb::MakeEnregisteredLocationExpression (llvm::codeview::RegisterId reg, lldb::ModuleSP module) |
|
DWARFExpression | lldb_private::npdb::MakeRegRelLocationExpression (llvm::codeview::RegisterId reg, int32_t offset, lldb::ModuleSP module) |
|
DWARFExpression | lldb_private::npdb::MakeVFrameRelLocationExpression (llvm::StringRef fpo_program, int32_t offset, lldb::ModuleSP module) |
|
DWARFExpression | lldb_private::npdb::MakeGlobalLocationExpression (uint16_t section, uint32_t offset, lldb::ModuleSP module) |
|
DWARFExpression | lldb_private::npdb::MakeConstantLocationExpression (llvm::codeview::TypeIndex underlying_ti, llvm::pdb::TpiStream &tpi, const llvm::APSInt &constant, lldb::ModuleSP module) |
|
DWARFExpression | lldb_private::npdb::MakeEnregisteredLocationExpressionForComposite (const std::map< uint64_t, MemberValLocation > &offset_to_location, std::map< uint64_t, size_t > &offset_to_size, size_t total_size, lldb::ModuleSP module) |
|