LLDB mainline
|
#include "llvm/DebugInfo/CodeView/SymbolRecord.h"
#include "llvm/DebugInfo/PDB/PDBTypes.h"
#include "llvm/Support/Compiler.h"
#include "lldb/Utility/LLDBAssert.h"
#include "lldb/lldb-types.h"
Go to the source code of this file.
Classes | |
struct | lldb_private::npdb::PdbCompilandId |
struct | lldb_private::npdb::PdbCompilandSymId |
struct | lldb_private::npdb::PdbGlobalSymId |
struct | lldb_private::npdb::PdbTypeSymId |
struct | lldb_private::npdb::PdbFieldListMemberId |
class | lldb_private::npdb::PdbSymUid |
struct | lldb_private::npdb::SymbolAndUid |
Namespaces | |
namespace | lldb_private |
A class that represents a running process on the host machine. | |
namespace | lldb_private::npdb |
Enumerations | |
enum class | lldb_private::npdb::PdbSymUidKind : uint8_t { lldb_private::npdb::Compiland , lldb_private::npdb::CompilandSym , lldb_private::npdb::PublicSym , lldb_private::npdb::GlobalSym , lldb_private::npdb::Type , lldb_private::npdb::FieldListMember } |
Functions | |
template<typename T > | |
uint64_t | lldb_private::npdb::toOpaqueUid (const T &cid) |