Searched refs:getPDBGlobalsStream (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumGlobals.cpp26 GlobalsStream &GS = cantFail(Session.getPDBFile().getPDBGlobalsStream());
H A DPDBFile.cpp258 Expected<GlobalsStream &> PDBFile::getPDBGlobalsStream() { function in class:PDBFile
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h102 Expected<GlobalsStream &> getPDBGlobalsStream();
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp78 GlobalsStream &GS = cantFail(File.pdb().getPDBGlobalsStream());
H A DDumpOutputStyle.cpp824 auto ExpGlobals = getPdb().getPDBGlobalsStream();
1687 auto &Globals = Err(getPdb().getPDBGlobalsStream());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.cpp51 ASSIGN_PTR_OR_RETURN(result->m_globals, file->getPDBGlobalsStream());

Completed in 120 milliseconds