HomeSort by relevance Sort by last modified time
    Searched defs:IPDBSession (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/DebugInfo/PDB/
IPDBSession.h 1 //===- IPDBSession.h - base interface for a PDB symbol context --*- C++ -*-===//
23 /// IPDBSession defines an interface used to provide a context for querying
25 class IPDBSession {
27 virtual ~IPDBSession();
  /external/llvm/lib/DebugInfo/PDB/
PDBInterfaceAnchors.cpp 17 #include "llvm/DebugInfo/PDB/IPDBSession.h"
23 IPDBSession::~IPDBSession() {}

Completed in 861 milliseconds