LLDB mainline
|
#include "ObjectFilePDB.h"
#include "lldb/Core/Module.h"
#include "lldb/Core/ModuleSpec.h"
#include "lldb/Core/PluginManager.h"
#include "lldb/Core/Section.h"
#include "lldb/Utility/StreamString.h"
#include "llvm/BinaryFormat/Magic.h"
#include "llvm/DebugInfo/PDB/Native/DbiStream.h"
#include "llvm/DebugInfo/PDB/Native/InfoStream.h"
#include "llvm/DebugInfo/PDB/Native/NativeSession.h"
#include "llvm/DebugInfo/PDB/Native/PDBFile.h"
#include "llvm/DebugInfo/PDB/PDB.h"
#include "llvm/Support/BinaryByteStream.h"
Go to the source code of this file.
Functions | |
static UUID | GetPDBUUID (InfoStream &IS, DbiStream &DS) |
|
static |
Definition at line 30 of file ObjectFilePDB.cpp.
References lldb_private::UUID::CvRecordPdb70::Age, and lldb_private::UUID::CvRecordPdb70::Uuid.
Referenced by lldb_private::ObjectFilePDB::GetModuleSpecifications(), and lldb_private::ObjectFilePDB::initPDBFile().