Home
last modified time | relevance | path

Searched refs:DefiningSymbols (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/MC/
DELFObjectWriter.cpp1224 const DefiningSymbolMap &DefiningSymbols, in CompressDebugSection() argument
1239 auto I = DefiningSymbols.find(&SD); in CompressDebugSection()
1240 if (I != DefiningSymbols.end()) in CompressDebugSection()
1263 DefiningSymbolMap DefiningSymbols; in CompressDebugSections() local
1267 DefiningSymbols[F->getParent()].push_back(&SD); in CompressDebugSections()
1280 CompressDebugSection(Asm, Layout, DefiningSymbols, Section, SD); in CompressDebugSections()