Searched refs:InjectedSourceStream (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.h14 #include "llvm/DebugInfo/PDB/Native/InjectedSourceStream.h"
19 class InjectedSourceStream;
24 NativeEnumInjectedSources(PDBFile &File, const InjectedSourceStream &IJS,
35 const InjectedSourceStream &Stream;
37 InjectedSourceStream::const_iterator Cur;
H A DInjectedSourceStream.h1 //===- InjectedSourceStream.h - PDB Headerblock Stream Access ---*- C++ -*-===//
24 class InjectedSourceStream { class in namespace:llvm::pdb
26 InjectedSourceStream(std::unique_ptr<msf::MappedBlockStream> Stream);
H A DPDBFile.h35 class InjectedSourceStream;
108 Expected<InjectedSourceStream &> getInjectedSourceStream();
141 std::unique_ptr<InjectedSourceStream> InjectedSources;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInjectedSourceStream.cpp1 //===- InjectedSourceStream.cpp - PDB Headerblock Stream Access -----------===//
9 #include "llvm/DebugInfo/PDB/Native/InjectedSourceStream.h"
24 InjectedSourceStream::InjectedSourceStream( function in class:InjectedSourceStream
28 Error InjectedSourceStream::reload(const PDBStringTable &Strings) {
H A DNativeEnumInjectedSources.cpp50 "InjectedSourceStream should have rejected this");
56 "InjectedSourceStream should have rejected this");
62 "InjectedSourceStream should have rejected this");
72 "InjectedSourceStream should have rejected this");
77 // InjectedSourceStream so that no error can happen here.
96 PDBFile &File, const InjectedSourceStream &IJS,
H A DPDBFile.cpp17 #include "llvm/DebugInfo/PDB/Native/InjectedSourceStream.h"
384 Expected<InjectedSourceStream &> PDBFile::getInjectedSourceStream() {
394 auto IJ = std::make_unique<InjectedSourceStream>(std::move(*IJS));
/freebsd-11-stable/lib/clang/libllvm/
H A DMakefile488 SRCS_EXT+= DebugInfo/PDB/Native/InjectedSourceStream.cpp

Completed in 109 milliseconds