llvm/llvm/unittests/DebugInfo/PDB/NativeSessionTest.cpp

//===- llvm/unittest/DebugInfo/PDB/NativeSessionTest.cpp ------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//

#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) {}