LLDB mainline
|
#include <PdbUtil.h>
Public Attributes | |
llvm::StringRef | name |
llvm::codeview::TypeIndex | type |
DWARFExpressionList | location |
bool | is_param |
bool lldb_private::npdb::VariableInfo::is_param |
Definition at line 116 of file PdbUtil.h.
Referenced by lldb_private::npdb::SymbolFileNativePDB::CreateLocalVariable(), and lldb_private::npdb::GetVariableLocationInfo().
DWARFExpressionList lldb_private::npdb::VariableInfo::location |
Definition at line 115 of file PdbUtil.h.
Referenced by lldb_private::npdb::SymbolFileNativePDB::CreateLocalVariable(), and lldb_private::npdb::GetVariableLocationInfo().
llvm::StringRef lldb_private::npdb::VariableInfo::name |
Definition at line 113 of file PdbUtil.h.
Referenced by lldb_private::npdb::SymbolFileNativePDB::CreateLocalVariable(), and lldb_private::npdb::PdbAstBuilder::CreateVariableDecl().
llvm::codeview::TypeIndex lldb_private::npdb::VariableInfo::type |
Definition at line 114 of file PdbUtil.h.
Referenced by lldb_private::npdb::SymbolFileNativePDB::CreateLocalVariable(), lldb_private::npdb::PdbAstBuilder::CreateVariableDecl(), and lldb_private::npdb::GetVariableLocationInfo().