Searched refs:getPDBGlobalsStream (Results 1 – 7 of 7) sorted by relevance
28 GlobalsStream &GS = cantFail(Session.getPDBFile().getPDBGlobalsStream()); in NativeEnumGlobals()
256 Expected<GlobalsStream &> PDBFile::getPDBGlobalsStream() { in getPDBGlobalsStream() function in PDBFile
81 GlobalsStream &GS = cantFail(File.pdb().getPDBGlobalsStream()); in mark()
721 auto ExpGlobals = getPdb().getPDBGlobalsStream(); in dumpUdtStats()1588 auto &Globals = Err(getPdb().getPDBGlobalsStream()); in dumpGlobals()
100 Expected<GlobalsStream &> getPDBGlobalsStream();
52 ASSIGN_PTR_OR_RETURN(result->m_globals, file->getPDBGlobalsStream()); in create()
977 Expected<GlobalsStream &> GlobalsOrErr = Pdb.getPDBGlobalsStream(); in createScopes()