Searched refs:GlobalsStream (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DGlobalsStream.cpp1 //===- GlobalsStream.cpp - PDB Index of Symbols by Name ---------*- C++ -*-===//
21 #include "llvm/DebugInfo/PDB/Native/GlobalsStream.h"
35 GlobalsStream::GlobalsStream(std::unique_ptr<MappedBlockStream> Stream) function in class:GlobalsStream
38 GlobalsStream::~GlobalsStream() = default;
40 Error GlobalsStream::reload() {
48 GlobalsStream::findRecordsByName(StringRef Name,
H A DNativeEnumGlobals.cpp13 #include "llvm/DebugInfo/PDB/Native/GlobalsStream.h"
26 GlobalsStream &GS = cantFail(Session.getPDBFile().getPDBGlobalsStream());
H A DPDBFile.cpp15 #include "llvm/DebugInfo/PDB/Native/GlobalsStream.h"
257 Expected<GlobalsStream &> PDBFile::getPDBGlobalsStream() {
267 auto TempGlobals = std::make_unique<GlobalsStream>(std::move(*GlobalS));
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DGlobalsStream.h1 //===- GlobalsStream.h - PDB Index of Symbols by Name -----------*- C++ -*-===//
70 class GlobalsStream { class
72 explicit GlobalsStream(std::unique_ptr<msf::MappedBlockStream> Stream);
73 ~GlobalsStream();
H A DPDBFile.h33 class GlobalsStream;
102 Expected<GlobalsStream &> getPDBGlobalsStream();
132 std::unique_ptr<GlobalsStream> Globals;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.h31 class GlobalsStream;
85 llvm::pdb::GlobalsStream *m_globals = nullptr;
138 llvm::pdb::GlobalsStream &globals() { return *m_globals; }
139 const llvm::pdb::GlobalsStream &globals() const { return *m_globals; }
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp14 #include "llvm/DebugInfo/PDB/Native/GlobalsStream.h"
78 GlobalsStream &GS = cantFail(File.pdb().getPDBGlobalsStream());
/freebsd-11-stable/lib/clang/libllvm/
H A DMakefile483 SRCS_EXT+= DebugInfo/PDB/Native/GlobalsStream.cpp

Completed in 695 milliseconds