Lines Matching defs:SG
273 static StatCollection getSymbolStats(const SymbolGroup &SG,
276 if (SG.getFile().isPdb() && SG.hasDebugStream()) {
278 for (const auto &S : SG.getPdbModuleStream().symbols(nullptr)) {
285 for (const auto &SS : SG.getDebugSubsections()) {
301 static StatCollection getChunkStats(const SymbolGroup &SG,
304 for (const auto &Chunk : SG.getDebugSubsections()) {
559 File, Scope, [&](uint32_t Modi, const SymbolGroup &SG) -> Error {
560 StatCollection SS = getSymbolStats(SG, SymStats);
561 StatCollection CS = getChunkStats(SG, ChunkStats);
563 if (!SG.getFile().isPdb())