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 106 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 105 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 103 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 104 of file PdbUtil.h.
Referenced by lldb_private::npdb::SymbolFileNativePDB::CreateLocalVariable(), lldb_private::npdb::PdbAstBuilder::CreateVariableDecl(), and lldb_private::npdb::GetVariableLocationInfo().