Home
last modified time | relevance | path

Searched refs:GlobalsStream (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DGlobalsStream.cpp36 GlobalsStream::GlobalsStream(std::unique_ptr<MappedBlockStream> Stream) in GlobalsStream() function in GlobalsStream
39 GlobalsStream::~GlobalsStream() = default;
41 Error GlobalsStream::reload() { in reload()
49 GlobalsStream::findRecordsByName(StringRef Name, in findRecordsByName()
H A DNativeEnumGlobals.cpp28 GlobalsStream &GS = cantFail(Session.getPDBFile().getPDBGlobalsStream()); in NativeEnumGlobals()
H A DPDBFile.cpp256 Expected<GlobalsStream &> PDBFile::getPDBGlobalsStream() { in getPDBGlobalsStream()
266 auto TempGlobals = std::make_unique<GlobalsStream>(std::move(*GlobalS)); in getPDBGlobalsStream()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.h30 class GlobalsStream; variable
84 llvm::pdb::GlobalsStream *m_globals = nullptr;
136 llvm::pdb::GlobalsStream &globals() { return *m_globals; } in globals()
137 const llvm::pdb::GlobalsStream &globals() const { return *m_globals; } in globals()
H A DUdtRecordCompleter.h29 class GlobalsStream; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DGlobalsStream.h70 class GlobalsStream {
72 explicit GlobalsStream(std::unique_ptr<msf::MappedBlockStream> Stream);
73 ~GlobalsStream();
H A DPDBFile.h31 class GlobalsStream; variable
100 Expected<GlobalsStream &> getPDBGlobalsStream();
130 std::unique_ptr<GlobalsStream> Globals;
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp12 #include "llvm/DebugInfo/PDB/Native/GlobalsStream.h"
81 GlobalsStream &GS = cantFail(File.pdb().getPDBGlobalsStream()); in mark()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp26 #include "llvm/DebugInfo/PDB/Native/GlobalsStream.h"
977 Expected<GlobalsStream &> GlobalsOrErr = Pdb.getPDBGlobalsStream(); in createScopes()
980 GlobalsStream &Globals = *GlobalsOrErr; in createScopes()
/freebsd/lib/clang/libllvm/
H A DMakefile594 SRCS_EXT+= DebugInfo/PDB/Native/GlobalsStream.cpp