Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp210 std::set<DICompileUnit *> LiveCUs; in stripDeadDebugInfoImpl() local
219 LiveCUs.insert(FoundCUs.begin(), FoundCUs.end()); in stripDeadDebugInfoImpl()
242 LiveCUs.insert(DIC); in stripDeadDebugInfoImpl()
243 else if (!LiveCUs.count(DIC)) in stripDeadDebugInfoImpl()
261 if (!LiveCUs.empty()) { in stripDeadDebugInfoImpl()
262 for (DICompileUnit *CU : LiveCUs) in stripDeadDebugInfoImpl()