#include "llvm/DebugInfo/PDB/Native/NativeSession.h"
#include "llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h"
#include "llvm/DebugInfo/PDB/IPDBSession.h"
#include "llvm/DebugInfo/PDB/PDB.h"
#include "llvm/DebugInfo/PDB/PDBSymbolFunc.h"
#include "llvm/DebugInfo/PDB/PDBSymbolPublicSymbol.h"
#include "llvm/DebugInfo/PDB/PDBSymbolTypeFunctionSig.h"
#include "llvm/Support/Path.h"
#include "llvm/Testing/Support/Error.h"
#include "gtest/gtest.h"
#include <vector>
usingnamespacellvm;
usingnamespacellvm::pdb;
extern const char *TestMainArgv0;
static std::string getExePath() { … }
TEST(NativeSessionTest, TestCreateFromExe) { … }
TEST(NativeSessionTest, TestSetLoadAddress) { … }
TEST(NativeSessionTest, TestAddressForVA) { … }
TEST(NativeSessionTest, TestAddressForRVA) { … }