Searched refs:IsGlobalScope (Results 1 – 1 of 1) sorted by relevance
940 static bool symbolGoesInModuleStream(const CVSymbol &Sym, bool IsGlobalScope) { in symbolGoesInModuleStream() argument953 return !IsGlobalScope; in symbolGoesInModuleStream()961 static bool symbolGoesInGlobalsStream(const CVSymbol &Sym, bool IsGlobalScope) { in symbolGoesInGlobalsStream() argument977 return IsGlobalScope; in symbolGoesInGlobalsStream()