HomeSort by: relevance | last modified time | path
    Searched defs:NativeSession (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
NativeSession.h 1 //===- NativeSession.h - Native implementation of IPDBSession ---*- C++ -*-===//
28 class NativeSession : public IPDBSession {
35 NativeSession(std::unique_ptr<PDBFile> PdbFile,
37 ~NativeSession() override;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeSession.cpp 1 //===- NativeSession.cpp - Native implementation of IPDBSession -*- C++ -*-===//
9 #include "llvm/DebugInfo/PDB/Native/NativeSession.h"
57 NativeSession::NativeSession(std::unique_ptr<PDBFile> PdbFile,
62 NativeSession::~NativeSession() = default;
64 Error NativeSession::createFromPdb(std::unique_ptr<MemoryBuffer> Buffer,
78 std::make_unique<NativeSession>(std::move(File), std::move(Allocator));
111 Error NativeSession::createFromPdbPath(StringRef PdbPath,
118 Session = std::make_unique<NativeSession>(std::move(PdbFile.get())
    [all...]

Completed in 54 milliseconds