Searched refs:DefiningSymbols (Results 1 – 1 of 1) sorted by relevance
1224 const DefiningSymbolMap &DefiningSymbols, in CompressDebugSection() argument1239 auto I = DefiningSymbols.find(&SD); in CompressDebugSection()1240 if (I != DefiningSymbols.end()) in CompressDebugSection()1263 DefiningSymbolMap DefiningSymbols; in CompressDebugSections() local1267 DefiningSymbols[F->getParent()].push_back(&SD); in CompressDebugSections()1280 CompressDebugSection(Asm, Layout, DefiningSymbols, Section, SD); in CompressDebugSections()