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

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
InjectedSourceStream.cpp 1 //===- InjectedSourceStream.cpp - PDB Headerblock Stream Access -----------===//
9 #include "llvm/DebugInfo/PDB/Native/InjectedSourceStream.h"
24 InjectedSourceStream::InjectedSourceStream(
28 Error InjectedSourceStream::reload(const PDBStringTable &Strings) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
InjectedSourceStream.h 1 //===- InjectedSourceStream.h - PDB Headerblock Stream Access ---*- C++ -*-===//
23 class InjectedSourceStream {
25 InjectedSourceStream(std::unique_ptr<msf::MappedBlockStream> Stream);

Completed in 160 milliseconds